βš™οΈ
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. Example Use Cases

Gmail Customer Support Automation with Zapier

Say bye to Zendesk! When a customer sends an email, Zapier triggers an action that sends the email content to MAAX AI, which in turn returns a message to be sent back to the customer.

PreviousExample Use CasesNextAPIs

Last updated 1 year ago

Action List:

  1. Set up Maax AI API: Ensure that the Maax AI API is properly set up and able to receive requests and send responses. /

  2. Create a Zapier account: If you don't already have one, create a Zapier account.

  3. Create a new Zap

  4. Set up email trigger in Zapier: Configure a Zapier trigger that activates when a new email is received in your chosen email platform (e.g., Gmail, Outlook).

  5. Ensure that the system is configured to avoid responding to your own emails.

  6. Receive name and surname, to use it later: Please implement two separate actions to extract the information from the email metadata, dividing it into 'name' and 'surname' as distinct data items.

  7. Send email content to Maax AI: Set up an action in Zapier that sends the content of the received email to the Maax AI API for processing. Maax AI receives the email content, processes it, and generates a response. Please use api-key generated in the dashboard.

  8. Implement a random time delay function: to allow sufficient time for the AI to generate a comprehensive answer. You need two seperate actions in Zapier for this. We recommend setting the lower and upper score boundaries to 0 and 5, respectively.

  9. Send response back to Zapier: Maax AI sends the generated response back to Zapier.

  10. Set up email response action in Zapier: Configure another action in Zapier that sends an email with the response generated by Maax AI to the customer.

  11. Test the workflow: Send a test email to ensure that the workflow is functioning correctly. You should receive an automated response generated by Maax AI.

Initially, for a day or two, it's advisable to set the "To" field to your own email. This way, you'll receive the AI-generated responses, which you can then manually forward to the customer. This not only saves time by providing complete responses but also allows you to thoroughly test the system and identify any missing related content.

πŸ”„
Registration link
Dashboard link
Zapier.com