Veritus · AsyncAPI Specification
Veritus Agent Webhooks
Version 1.0.0
Outbound webhooks Veritus Agent POSTs to a subscriber-supplied URL when calls complete or drip-campaign events occur. Payloads are signed with HMAC SHA-256. Register a webhook by supplying `webhook.url` (and optional `webhook.secretId`) when creating a call or enrolling a drip campaign.
View Spec
View on GitHub
CompanyFintechConsumer LendingCollectionsAI AgentsVoice AICommunicationsComplianceAsyncAPIWebhooksEvents
Channels
calls
Fired when a directly-created (one-off) call is created or completed.
dripCampaigns
Fired for each outreach event within an omnichannel drip campaign.
Messages
CallCreated
Call Created
CallEnded
Call Ended
DripCampaignCallCreated
Drip Campaign - Call Created
DripCampaignCallEnded
Drip Campaign - Call Ended
DripCampaignSms
Drip Campaign - SMS
Servers
https
subscriber
Subscriber-hosted HTTPS endpoint that receives webhook POSTs.