This event is triggered when a campaign is paused, either manually through the dashboard/API or automatically due to system conditions.Documentation Index
Fetch the complete documentation index at: https://docs.sendpilot.ai/llms.txt
Use this file to discover all available pages before exploring further.
When This Event Fires
- Campaign is paused via the Pause Campaign API
- Campaign is manually paused through the dashboard
- Campaign transitions to
PAUSEDstatus
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
eventId | string | Unique event identifier for idempotency |
eventType | string | Always campaign.paused |
timestamp | string | ISO 8601 timestamp when the event occurred |
workspaceId | string | Your workspace ID |
data.campaignId | string | Unique campaign identifier |
data.campaignName | string | Human-readable campaign name |
data.pausedAt | string | ISO 8601 timestamp when the campaign was paused |
data.pausedBy | string | How the campaign was paused: api, user, or system |
Use Cases
Monitoring
Track when campaigns stop running
Alerting
Alert team when campaigns are paused unexpectedly
Reporting
Track campaign uptime and pauses
Automation
Trigger follow-up actions when campaigns pause
Example Handler
When a campaign is paused, no new actions will be taken for leads. In-progress actions may still complete. The campaign can be resumed via the API or dashboard.