MobileMonkey Sales Outreach Automation + B2C Prospecting Data Platform helps marketers & sales find their unicorns in a sea of donkeys
Go to siteimport { 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`,
},
})
},
})
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,