Mav handles the back-and-forth conversations with your leads via automated text message.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
mav: {
type: "app",
app: "mav",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://hiremav.com/api/v2/me`,
headers: {
"Authorization": `${this.mav.$auth.api_key}`,
"Accept": `application/json`,
},
})
},
})
Mav uses API keys for authentication. When you connect your Mav account, Pipedream securely stores the keys so you can easily authenticate to Mav APIs in both code and no-code steps.
To retrieve your API Key,