Resend a campaign to non-clickers
Duplicates a sent campaign as a new draft aimed at everyone who received it but never clicked (a fresh static list, unsubscribes excluded). The draft is reviewed and scheduled like any campaign — nothing sends without a human in the loop.
Duplicates a sent campaign as a new draft aimed at everyone who received it but never clicked (a fresh static list, unsubscribes excluded). The draft is reviewed and scheduled like any campaign — nothing sends without a human in the loop.
Authorization
bearerAuth campaigns:create, contacts:create, contacts:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: campaigns:create, contacts:create, contacts:read
Path Parameters
The campaign id.
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "name": "string", "status": "draft", "subject": "string", "preview_text": "string", "from_name": "string", "from_email": "string", "reply_to": "string", "sending_domain_ref": "string", "audience_list_id": "string", "design_json": null, "html": "string", "text_body": "string", "ab_config": null, "scheduled_at": "string", "sent_at": "string", "metadata": { "property1": "string", "property2": "string" }, "created_at": "string", "updated_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}List campaigns GET
Lists the gallery's bulk marketing campaigns with cursor pagination. Filter by `q` (name/subject substring) or `status`.
Schedule a campaign to send POST
Moves a draft campaign to `scheduled` — the send worker fans it out at `scheduled_at` (or on its next run when omitted). Rejected if the campaign has no subject, body, from-address, or audience.