Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the action
Body
Name of the action
1 - 512
"get_delivery_date"
Parameters for the action. It should be a JSON schema object
false
Endpoint for the action
- HttpActionEndpoint
- InternalActionEndpoint
Trigger who invokes the action
user_query
, webhook.conversation_start
, webhook.conversation_end
Description about the action and it should also contain when the action should be triggered
1 - 512
"Get the delivery date for a customer's order. Call this whenever you need to know the delivery date, for example when a customer asks 'Where is my package'"
Text to be rendered to user when action is invoked
2048
"Please wait while we get the delivery date for your order"
Text to be rendered to user when action is successful
2048
"We have sent you an email with the delivery date"
Text to be rendered to user when action is not successful
2048
"We are unable to get the delivery date for your order"
Response
Action updated successfully
Action entity to store the actions which can be performed by ai agents