The SmartrMail API lets you tap into your email marketing efforts by enabling you to manage subscribers, send and track email campaigns, and automate workflows. By leveraging this API on Pipedream, you can integrate email marketing with a vast array of apps and services, allowing for seamless and automated data exchange. Use cases include synchronizing subscriber lists, triggering personalized emails based on user actions, and analyzing campaign performance with external tools.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
smartrmail: {
type: "app",
app: "smartrmail",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://go.smartrmail.com/api/v1/lists`,
headers: {
"Authorization": `token ${this.smartrmail.$auth.api_token}`,
},
})
},
})
Sync New E-Commerce Customers to SmartrMail: Automatically add new customers from your e-commerce platform, like Shopify, to a SmartrMail subscriber list, ensuring your email marketing campaigns reach all recent purchasers.
Trigger Emails Based on User Activity: Send targeted emails through SmartrMail when users perform specific actions on your website or app, such as abandoning a cart or viewing a product, by integrating webhooks or using platforms like Segment.
Analyze Campaign Performance in a Dashboard: Use the SmartrMail API to pull campaign data into a BI tool like Google Data Studio. Automate the aggregation of email campaign metrics to visualize and analyze the effectiveness of your marketing strategies.
SmartrMail uses API keys for authentication. When you connect your SmartrMail account, Pipedream securely stores the keys so you can easily authenticate to SmartrMail APIs in both code and no-code steps.
Sign in and copy your API token from the API page