Start a batch of calls for a campaign

View as Markdown
Start a batch of outbound calls using the agent configured for the campaign. Use this endpoint when your application needs to trigger multiple calls programmatically.

Authentication

hollr-api-keystring

API key issued for your account. Every request is logged and rate-limited against this key.

Request

This endpoint expects an object.
campaign_idstringRequiredformat: "uuid"
UUID of the campaign to place the calls under. Campaigns are created in the HollrAI platform.
contactslist of objectsRequired

Response

Bulk call request successfully forwarded to the call server.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error