βš™οΈ
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

2. Catch and Map Response From Maax

Previous1a. Explanation of Python Code StepNext3. Catch and Map Follow Ups

Last updated 1 year ago

Summary

  1. Catch Response Step This step is crucial in the app creation process. It involves receiving a response from Maax AI after a message is sent.

  2. Structure of the Response The structure of the catch response might look complicated but is actually simpler. It starts with the 'catch our webhooks by Zapier' step.

  3. Receiving and Using the Webhook URL In this step, you receive a webhook URL. This URL is then mapped inside an earlier step in the process, specifically in the 'ingest step'.

  4. Integration with the Ingest Step The 'send_response URL' field in the ingest step is where you paste the webhook URL. This action directs Maax AI to send responses to that endpoint.

  5. Testing the Setup After setting up, you can send a test. If the setup is correct, you should see a response run through the webhook.

  6. Lead Management and SMS Creation Following the catch response, the process involves finding a lead and ensuring they meet the desired profile or attributes. Subsequently, an SMS or relevant response is created in the 'create message' step.

  7. Mapping the Webhook Response The webhook response from Maax AI is mapped into the create message step, which then sends a message generated by Maax AI.

  8. Simplification and Focus The process, while appearing complex due to additional details, essentially involves catching the webhook, identifying the right leads, and sending them the Maax AI-generated message. The emphasis is on the simplicity and directness of these steps.

πŸ”„