Integrating ChippAi Bot into n8n workflow

I am building out a custom Ai Agent for a business that does appointments, consultations and memberships. I have a Chipp Bot that is tailored to this company.

I want to connect my bot to N8N and have that be connected tot he Ai Agent where it can then sort out whether or not the person is trying to book something or buy something and then either direct them to a product page or schedule them in for their appointment/consult automatically.

Im just stuck at the beginning of all this really.

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Webhook = Chipp > Set Field = json name, email phone etc. > Ai Agent > Calendar

Hey @Matx.io hope all is well. Welcome to the community.

I guess it all starts with sending the webhook call from ChippAI to n8n, for that you need to figure out:

  • how to configure outgoing webhook calls from ChippAI (I am guessing this is relevant)
  • make sure your webhook node in n8n is listening for incoming calls
    • are you running cloud n8n instance or self-hosting?

for that you could try to use text classifier

classifier could connect to ai agents, one for each function.