v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Automations

Get aggregated UTM tags for all blocks

Retrieve UTM tracking tags for all send-action blocks in an automation. Each block's tags include default-value synthesis for missing fields.

Scopes: automations.read

get/automations/{id}/utm

Path parameters

idstring required

Automation workflow ID (24 character hexadecimal)

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Response

Aggregated UTM tags

Example response

{
  "blocks": [
    {
      "blockID": "000000000000000000000002",
      "tags": {
        "campaign": "automation: Welcome Series (000000000000000000000001)",
        "medium": "email",
        "source": "omnisend"
      }
    }
  ]
}