MobileMonkey Sales Outreach Automation + B2C Prospecting Data Platform helps marketers & sales find their unicorns in a sea of donkeys
Go to siteThe MobileMonkey API allows you to automate interactions with your MobileMonkey-powered chatbots. By leveraging this API on Pipedream, you can orchestrate complex workflows that react to events in MobileMonkey, send messages, update contacts, and more, thus enriching your chatbot's capabilities with Pipedream's robust integration platform. You can trigger workflows on Pipedream using webhooks, schedules, or other app events, and incorporate logic to interact with a wide range of services to enhance customer engagement, streamline processes, and gather insights from chatbot interactions.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mobilemonkey: {
type: "app",
app: "mobilemonkey",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.mobilemonkey.com/public/promoters`,
headers: {
Authorization: `Bearer ${this.mobilemonkey.$auth.api_key}`,
},
params: {
kind: `send_to_messenger`,
},
})
},
})
Customer Support Ticket Creation: When a user reports an issue via the MobileMonkey chatbot, a Pipedream workflow can be triggered, creating a support ticket in a tool like Zendesk, and then notifying the relevant support team via a Slack message.
Lead Qualification and CRM Integration: A Pipedream workflow can listen for specific keywords or questions in chatbot conversations to qualify leads. Once a lead is qualified, the workflow can automatically add or update the lead's information in a CRM like Salesforce, and then send a personalized follow-up message via MobileMonkey.
E-commerce Order Updates: After a customer places an order through your e-commerce platform, a Pipedream workflow can capture the order details and send a confirmation message through MobileMonkey. It can also monitor the order status and send customers real-time updates on their shipping status directly through the chatbot.
MobileMonkey uses API keys for authentication. When you connect your MobileMonkey account, Pipedream securely stores the keys so you can easily authenticate to MobileMonkey APIs in both code and no-code steps.
To retrieve your API Key,