Pathway Chat
Create Pathway Chat
Create an instance of a pathway chat, which can be used to send and receive messages to the pathway.
POST
Headers
Your API key for authentication.
Path
Your API key for authentication.
Body
Pathway ID of the pathway to create a chat instance for.
The start node ID of the pathway.
Response
Can be success
or error
.
The ID of the chat instance created. This will be used to send and receive messages to the pathway via the /pathway/chat endpoint.
If the status is success, the message will say “Chat instance created successfully.” Otherwise, if the status is error, the message will say “Error creating chat instance.”