Mav handles the back-and-forth conversations with your leads via automated text message.
Go to siteThe Mav API allows for automated, conversational marketing via SMS, engaging leads and customers through personalized messaging. On Pipedream, you can tap into this capability to create workflows that trigger actions within Mav based on various events or conditions. For example, you can add new leads into Mav's system, update contacts, or send out messages based on triggers from other apps or scheduled times.
import { 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`,
},
})
},
})
Lead Qualification Automation: When a lead fills out a form on your website, use Pipedream to send that data to the Mav API, triggering a personalized SMS conversation to qualify the lead. Combine this with Google Sheets on Pipedream to log interactions for later review.
Customer Feedback Collection: After a customer purchase is recorded in your CRM, such as Salesforce, use Pipedream to initiate a Mav SMS conversation asking for feedback. This can help quickly capture customer sentiment and identify areas for improvement.
Event Reminder Messages: Schedule Pipedream to trigger Mav SMS reminders to attendees of an upcoming event, using a calendar event from Google Calendar as the input. Personalize the message based on attendee data to increase engagement.
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,