Mumara is a web app store with a variety of apps available under its parasol that can help you fuel multi-channel, data driven marketing strategy.
Go to siteThe Mumara API provides programmatic access to powerful email marketing and SMS campaign tools, allowing for the automation of contact list management, campaign creation, and performance tracking. In Pipedream, you can leverage these capabilities to create custom workflows that integrate Mumara with other services, automate repetitive tasks, and react to events in real-time. By connecting Mumara's API with Pipedream's serverless execution platform, you can create data-driven workflows that streamline your marketing efforts.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mumara: {
type: "app",
app: "mumara",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://one.mumara.com/api/getLists`,
headers: {
Authorization: `Bearer ${this.mumara.$auth.api_token}`,
"Content-Type": `application/json`,
},
})
},
})
Sync New Shopify Customers to Mumara Contacts: Automatically add new customers from your Shopify store to a Mumara contact list. Whenever a new customer is created in Shopify, a Pipedream workflow triggers, adding the customer's details to your specified Mumara list, keeping your marketing campaigns up-to-date with minimal effort.
Send Campaign Results to Slack: Keep your team informed by sending Mumara campaign performance reports directly to a Slack channel. After a campaign's completion, a Pipedream workflow activates, fetching the metrics from Mumara and formatting a message with key results, which is then posted to your team's Slack channel, providing quick insights for decision making.
Create Mumara Campaigns from Google Sheets: Manage your email campaigns directly from a Google Sheet. Set up a Pipedream workflow that monitors changes in a designated Google Sheets document. When campaign details like subject, content, and recipient list are updated, the workflow creates a new email campaign in Mumara with the provided details, turning your Google Sheet into a campaign management tool.
Mumara uses API keys for authentication. When you connect your Mumara account, Pipedream securely stores the keys so you can easily authenticate to Mumara APIs in both code and no-code steps.
To retrieve your API Token,