curl --request POST \
--url https://general-runtime.voiceflow.com/v2/project/{projectID}/session/{sessionID}/event \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"type": "<string>",
"payload": "<unknown>",
"diagramID": "<string>",
"time": 123
}
}
'Sends an event to an active session.
curl --request POST \
--url https://general-runtime.voiceflow.com/v2/project/{projectID}/session/{sessionID}/event \
--header 'Content-Type: application/json' \
--data '
{
"action": {
"type": "<string>",
"payload": "<unknown>",
"diagramID": "<string>",
"time": 123
}
}
'ID of the target Voiceflow project.
Unique ID of the conversation session.
Was this page helpful?