Call an action
curl --request POST \ --url https://api.botpress.cloud/v1/chat/actions \ --header 'Content-Type: application/json' \ --data '{ "type": "<string>", "input": {} }'
{ "output": {}, "meta": { "cached": true } }
Type of the action
200
Input of the action
Show child attributes
Was this page helpful?