activity_type set to "outcome" and activity_label set to the outcome name.
Outcomes Are Playbook-Specific
Unlike events, which are shared across all playbooks, outcomes are defined by your specific playbook configuration. The table below reflects the outcomes available in a typical Mortgage Qualification playbook. Your playbook may include a subset of these, additional custom outcomes, or different labels depending on how your playbook was built.Contact your Mav account team if you need to understand exactly which outcomes are configured for your playbook, or to add new ones.
Standard Outcome Reference
Understanding Key Outcomes
qualified vs callback_requested
Both of these are positive outcomes, but they represent different paths to a rep:
qualified— Mav ran the lead through the full qualification sequence and they passed. Typically followed by a party line attempt to connect them with a rep immediately.callback_requested— The lead asked to be called back at a specific time or simply prefers a call over messaging. A rep should follow up proactively.
opted_out and undeliverable
These outcomes require you to suppress the lead from future outreach:
opted_out— The lead sent a STOP keyword or equivalent. Under TCPA, you must not contact this lead again without fresh consent.undeliverable— The number is invalid or unreachable. Remove it from your active lead pool.undeliverable_rejected— Similar toundeliverable, but the carrier is actively blocking messages to this number. Treat the same asundeliverablefor suppression purposes.
Outcome Payload Example
The following is a complete webhook payload example for thequalified outcome:
Updating Your CRM on Outcomes
The most common integration pattern is to listen for outcome webhooks and use them to drive CRM updates. Here’s a practical approach usinglead_originators to match the lead:
Related Pages
- Event Activities — Milestone events that fire throughout the playbook journey.
- Outbound Webhooks — Full payload reference and delivery best practices.
- Marketing Sources API — Submit leads to Mav and pass originator IDs for CRM matching.