Broadcasts

List broadcast actions

Returns the actions that occur as a part of a broadcast.

get/v1/broadcasts/{broadcast_id}/actions

Response

Returns broadcast actions. Each object represents an individual variant for this broadcast.

Example response

{
  "actions": [
    {
      "id": 96,
      "broadcast_id": 2,
      "deduplicate_id": "15:1492548073",
      "name": "Opening Message",
      "created": 1552341937,
      "updated": 1552341937,
      "language": "fr",
      "from": "sentFrom@example.com",
      "from_id": 1,
      "reply_to": "replyto@example.com",
      "reply_to_id": 38,
      "recipient": "{{customer.email}}",
      "subject": "Did you get that thing I sent you?",
      "headers": "[{\"name\":\"X-Mailgun-Tag\",\"value\":\"my-cool-tag\"},{\"name\":\"X-Custom-Header\",\"value\":\"custom-value\"}]"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.