Updated August 26, 2024
This Guide works for users who want to add more bots to the workflow 1, or add more bots in general to the ZappyChat System.
To add additional bots to your ZappyChat system, you’ll modify Workflow 1 ("Send Message to AI") by creating new branches within the "If/Else" conditions. This approach allows you to trigger different bots based on specific tags or custom fields, without needing to duplicate or create additional workflows.
Determine what the new bot will do (e.g., lead qualification, appointment scheduling, customer support). This clarity will help in setting up the conditions and prompts.
Locate the "If/Else" Condition:
Add a New Branch:
New_Bot_Tag or a custom field like Contact Intent.Example:
If: Contact Tag is New_Bot_Tag
Then: Continue with this path (define what the new bot should do).

Set Up Bot-Specific Actions:
Calendar ID.
Depending on your setup, you can either create a new custom value for the webhook or paste the webhook URL directly:
Option 1: Create a Custom Value for the Webhook:
New_Bot_Webhook).In Workflow 1, under the new branch, add an action to Trigger Webhook and use the custom value {{custom_values.New_Bot_Webhook}} to refer to the webhook URL.
Option 2: Directly Paste the Webhook URL: