With Mailbox Power you can leverage the power of personalization to create simple impactful moments to engage, motivate and appreciate your existing customers - or find new ones!
Go to siteThe Mailbox Power API can be used to build a number of applications that can help improve your productivity and organization. Here are a few examples:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mailbox_power: {
type: "app",
app: "mailbox_power",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.rocketnotes.com/api/clienttether/contacts/groups`,
headers: {
"APIKEY": `${this.mailbox_power.$auth.api_key}`,
},
})
},
})
Mailbox Power uses API keys for authentication. When you connect your Mailbox Power account, Pipedream securely stores the keys so you can easily authenticate to Mailbox Power APIs in both code and no-code steps.
To retrieve your API key,
* Navigate to your Mailbox Power account and sign in
* Go to “Integration & API” > “Access your Mailbox Power API key” > “Integrations”