Skip to main content
POST
Core request to execute a custom action

Body

application/json

Describes the action to be called and provides information on the current state of the conversation.

next_action
string

The name of the action which should be executed.

sender_id
string

Unique id of the user who is having the current conversation.

tracker
object

Conversation tracker which stores the conversation state.

domain
object

The bot's domain.

Response

Action was executed succesfully.

events
object[]

Events returned by the action.

Event for incoming user message.

responses
object[]

List of responses which should be sent to the user

Text which the bot should utter.