βš™οΈ
Maax AI Documentation
  • Start Here
    • ▢️Welcome to Maax
      • How does it work?
        • Integrations
        • Dataflow
      • Accessing your account
    • πŸ“šSetting Up Your Knowledge Base
      • Uploading Content
        • Upload Best Practices
      • Testing Responses
    • πŸ’»Web App (Dashboard)
      • Maax AI Setup
        • Upload Content
        • Student Support
        • Sales
      • Leaving Feedback on Conversations
  • Setup Your AI
    • πŸ’ΈSales AI
      • 1. Product
        • 1a. Update Knowledge Base
        • 1b. Create a Product Description
      • 2. Strategy
      • 3. Goal and Goal URL
      • 4. Creating Your Sales AI
    • πŸ¦Έβ€β™‚οΈCustomer Support AI
      • Emergency Notification Setting
  • πŸ”„Setup Your Integration
    • V2 Sales AI - Zapier
      • 1. Send Question to Maax
      • 1a. Explanation of Python Code Step
      • 2. Catch and Map Response From Maax
      • 3. Catch and Map Follow Ups
      • 4. Set up Emergency Notifications
    • V1 Customer AI - Zapier
      • Step 1 – Starting your Zap
      • Step 2 – Use Zapier Python to Send Your Question to Maax
        • Follow-up Message Handling
      • Step 3 – Delay Your Request
      • Step 4 – Get the Answer
      • Step 5 – Map the Answer
    • Example Use Cases
      • Gmail Customer Support Automation with Zapier
  • Technical Guides
    • πŸ”—APIs
      • V1
        • Authentication
        • Base Url
        • Conversations
        • Products
        • Strategies
        • Goals
        • Sales AIs
      • V2
        • Authentication
        • Base Url
        • Outgoing Messages
        • Conversations
    • πŸ‡Explanatory Diagrams
      • Advanced - MAAX AI API Model Architecture
      • Answer Generation With MAAX AI
  • πŸ’¬ Building Good Prompts
    • [Use Case] Engage Cart Abandons
Powered by GitBook
On this page
  1. Setup Your Integration
  2. V2 Sales AI - Zapier

3. Catch and Map Follow Ups

Previous2. Catch and Map Response From MaaxNext4. Set up Emergency Notifications

Last updated 1 year ago

Summary

  1. Implementing the Follow-Up Feature After completing the ingest and catching steps in Zapier, the next action is setting up the follow-up feature with Maax AI.

  2. Creating a New Zap in Zapier This involves creating a new Zap, using webhooks as the trigger. The provided webhook URL from Maax AI is inserted into the body of the Zap.

  3. Testing the Follow-Up Process Test the setup by sending a message from your system, like "follow up with me in two minutes." This will activate the process in Maax AI.

  4. Response from Maax AI When Maax AI receives the test message, it processes it and then contacts the specified endpoint in the follow-up URL.

  5. Handling Leads Once a lead is captured, verify if it aligns with your target audience. Filter out non-relevant leads and proceed to create an SMS for the valid ones.

  6. Emphasis on Simplicity and Learning The process is described as straightforward. Repeated viewing of this and previous tutorials is recommended for a better understanding of the entire workflow.

πŸ”„