Skip to main content
Fires when a cycle iteration of a Campaign finishes. The payload includes the iteration number that just completed and the timestamp of the next scheduled iteration (or null if none is scheduled). Use this to track cycle-by-cycle progress without polling the campaigns endpoint.
  • Trigger: A cycle iteration of a Campaign completes (regardless of whether more iterations follow).
  • Applies to: Phone-call campaigns with cycles enabled.

Request

  • Method: POST
  • Content-Type: application/json
  • Endpoint: The URL you configure in your webhook integration.
  • Authentication: X-Altur-Signature header for HMAC verification. See Webhooks Overview.

Payload Example

Envelope Fields

data Object

Response

Return 200 OK to confirm receipt. Failures are retried per the delivery retry policy.

Receiver Examples

For signature verification, see is_valid_signature in the Webhooks Overview.