Update a campaign's sending schedule
Requires the `campaign:update` permission.
Requires the campaign:update permission.
Authorization
ApiKeyAuth API key created under Settings → API Keys. Scoped to a single workspace.
In: header
Path Parameters
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://example.com/campaigns/497f6eca-6276-4993-bfeb-53cbbbba6f08/schedule" \ -H "Content-Type: application/json" \ -d '{}'Update a campaign PATCH
Requires the `campaign:update` permission.
Bulk-add IMAP/SMTP sending inboxes POST
Create multiple IMAP/SMTP (non-Google / non-Microsoft) sending inboxes in one call — e.g. AWS WorkMail mailboxes. Each account is created independently; the response reports per-account success/failure. `minIntervalMinutes` is the minimum gap between sends in MINUTES; `dailyLimit` is the per-inbox daily send cap. Passwords are encrypted at rest. Requires the `inbox:connect` permission.