Continue interaction with user

If a subbot declares that it supports the v3 API in its /description endpoint, it will receive an extra key named jwt in its /start and /handle-event endpoints which can be used to authenticate this endpoint. In case the call to this endpoint fails because of an invalid or expired token, the subbot can not interact anymore with the user and the next message will trigger the Alcmeon scenario as usual.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
variables
object

The per-box/per-conversation variables that the bot wishes to store until a later call to URL/start or URL/event

messages
array of objects

A list of MessageResponse which will be sent by Alcmeon on behalf of the subbot. These messages will be sent before the exit field is processed. If no messages should be sent, an empty array is expected

messages
exit
object

A description of the output connector Alcméon should take to exit this bot box. If null, no exit will be taken and the next messenge/event sent by a user will be forwarded to the same subbot via its handle-event endpoint. This field is processed after any messages from the messages field are sent.

Headers
string
required

the JWT received in the /start and /handle-event event jwt field.

Responses
200

Return a 200 status on success

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Choose an example:
application/json