Skip to main content

Cognibot: Send Reply

Description

This step sends a reply back to a Cognibot chatbot. You provide the chatbot URL, additional information from the chatbot or AI Studio session, and optionally a JSON data payload with the response content. Use this step in workflows that process chatbot requests and need to return results, confirmations, or follow-up information to the user through the chatbot interface.

Configurations

Field nameDescription
Step nameSpecify a unique step name.
Chatbot URLSpecify a valid chatbot URL.
The field data type is string and is mandatory.
Additional InformationSpecify the valid additional information received from a chatbot. It is in JSON input, which can be configured from Cognibot or AI studio.
The field data type is string and mandatory.
For example:
Cognibot-1
DataSpecify a valid JSON. JSON data which needs to be sent back to Chatbot.
For example:

Cognibot-2