latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

Fetch a channels config

Fetches the channels config for a given key.

get/channels/{key}

Path parameters

keystring required

Response

OK

disabledboolean

Disables the plan so it cannot be executed.

keystring required

Unique identifier for this delivery plan.

Example response

{
  "channels": [
    {
      "channel": "in_app"
    },
    {
      "channel": "email",
      "if": "{{notification.unseen}} == false"
    }
  ],
  "key": "project"
}