NewsmanApp is an Smart Email Service Provider. We help our customers create, send and track beautiful emails. We have a technical , yet user friendly approach and we like to automatize a lot (custom editor blocks, custom preferences pages).
Go to siteThe Newsman API lets you automate and integrate email marketing efforts with ease. You can manage subscribers, send campaigns, and analyze your email marketing performance directly within Pipedream. This API is a gateway to create workflows that engage your audience, segment lists, and track results, combining the power of email marketing with other tools to create rich, automated tasks.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
newsman: {
type: "app",
app: "newsman",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://ssl.newsman.app/api/1.2/rest/${this.newsman.$auth.user_id}/${this.newsman.$auth.api_key}/list.all.json`,
})
},
})
Subscriber Sync Workflow: Automatically sync new subscribers from your CRM, like Salesforce, to your Newsman subscriber lists. When a new contact is added to Salesforce, Pipedream triggers a workflow that adds the contact to a specified Newsman list, ensuring your audience is always up-to-date.
Campaign Trigger Workflow: Launch a Newsman email campaign based on customer behavior tracked in an e-commerce platform like Shopify. For instance, if a customer makes a purchase, Pipedream can kick off a workflow that sends a thank-you email or a series of follow-up emails via Newsman to keep engagement high.
Performance Metrics Workflow: Collect and analyze your Newsman campaign metrics by sending data to Google Sheets. After an email campaign is sent, use Pipedream to retrieve the campaign performance data from Newsman and log it in a spreadsheet, allowing for easy tracking and visualization of your marketing efforts.
Newsman uses API keys for authentication. When you connect your Newsman account, Pipedream securely stores the keys so you can easily authenticate to Newsman APIs in both code and no-code steps.
Log in to your Newsman account. You can create a new API Key under Integrations > API.