Get a campaign automation
Returns one automation's enabled state and config (the library default when the gallery has no stored setting).
Returns one automation's enabled state and config (the library default when the gallery has no stored setting).
Authorization
bearerAuth campaigns:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: campaigns:read
Path Parameters
The automation path segment.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "automation": "new_work_alert", "enabled": true, "config": { "engaged_days": 1, "fair_lead_days": 3 }}{ "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}Update the gallery's branding PATCH
Upserts the gallery's branding. Only supplied fields change; caption_fields is merged. Requires the gallery:write scope (key) or editor membership (user).
List campaign automations GET
Lists the relationship automation library: every automation with its enabled state and config. A gallery with no stored setting reads the library default.