This event is triggered when a paused campaign is resumed and continues processing leads.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 resumed via the Resume Campaign API
- Campaign is manually resumed through the dashboard
- Campaign transitions from
PAUSEDtoSTARTEDstatus
Payload
Payload Fields
| Field | Type | Description |
|---|---|---|
eventId | string | Unique event identifier for idempotency |
eventType | string | Always campaign.resumed |
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.resumedAt | string | ISO 8601 timestamp when the campaign was resumed |
data.resumedBy | string | How the campaign was resumed: api or user |
Use Cases
Monitoring
Track when campaigns resume operation
Notifications
Alert team when campaigns are back online
Analytics
Track campaign uptime and activity periods
Synchronization
Sync campaign status with external systems
Example Handler
When a campaign is resumed, it continues processing leads from where it left off. The sequence position for each lead is preserved.