v1
latestOpenAPI 3.0.02026-07-2664192238.8 KBAutomations
Get UTM tags for an automation block
Retrieve UTM tracking tags for a specific send-action block. Missing or cleared tags are returned with their default values.
Scopes: automations.read
get/automations/{id}/blocks/{blockID}/utm
Path parameters
idstring required
Automation workflow ID (24 character hexadecimal)
blockIDstring required
Block identifier
Headers
Omnisend-Versionstring required
API version that specifies the response format and behaviour
Response
UTM tags for the block
Example response
{
"tags": {
"campaign": "automation: Welcome Series (000000000000000000000001)",
"medium": "email",
"source": "omnisend"
}
}