Gallery Platform API
Reference

Get a campaign automation

Returns one automation's enabled state and config (the library default when the gallery has no stored setting).

GET
/gallery/campaign-automations/{automation}

Returns one automation's enabled state and config (the library default when the gallery has no stored setting).

Authorization

bearerAuth campaigns:read
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: campaigns:read

Path Parameters

automation*string

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  }}