AI Agent API - Zapier

Using the API with Zapier

Zapier allows you to automate sending and receiving messages from your AI Agent by setting up a Webhooks by Zapier action. The key is placing the correct data in the correct fields.

Action Step in Zapier:

Event: POST (Webhooks by Zapier)

zapier action step

URL:

Paste the following endpoint URL:
https://app.chatagentlab.com/en/chatbot/api/v1/message/

Payload Type:

json

Data Fields (Key & Value):

  • chatbot_uuid | Copy this from your chatbot’s dashboard
  • query | The message you want to send to the AI chatbot
  • user_key | A unique ID for each user’s conversation

Advanced Options:

  • Wrap Request in Array: No
  • Unflatten: Yes
  • Basic Auth: Leave this field blank

Headers:

Authorization | Token ba534d4274523452345da0e99345a67000

zapier screenshot

Once set up, this allows Zapier to send user queries directly to your AI Agent and receive responses automatically — integrating AI-driven conversations into your workflows.