Spoke Webhook Events
string · requiredstring · requiredstring · requirednumber · requiredstring · const · requiredstring · required
Transcript Events
Transcript-related webhook events that you can listen to. For more information about webhooks, see Webhook Events.
transcript.created
POST
https://your-webhook-endpoint.example.com
/transcript.created
transcript.created › Request Body
createdUTC timestamp of when the event was emitted
TranscriptEventData · required
idThe ID of the event
organisationIdThe ID of the organisation that the event belongs to
timestampUnix timestamp of when the event was originally emitted
typeConst value: transcript.created
versionEvent version number, the version is a YYYY-mm-dd formatted string
Example: 2020-07-15
transcript.created › Responses
200
Return a 200 status to indicate that the data was received successfully
No data returned