Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
cURL
curl --request POST \ --url https://realtime.govworx.net/webhookhandler/assistant \ --header 'Content-Type: application/json' \ --data ' { "callId": "<string>", "assistantId": 123, "assistantName": "<string>", "assistantActivationExplanation": "<string>" } '
Implement a handler for this webhook to get information about Assistant events during a Call (e.g., Assistant activation).
Assistant Activation webhook payload
GUID Representing Call ID
ID of the Assistant was activated
Name of the Assistant was activated
Explanation of why the Assistant was activated
Indicates the callback was recieved successfully