Skip to main content
This schema describes objects returned by the Custom Tag Mapping endpoints.
This entity represents a tag being assigned to a specific campaign or email account. When an email account is assigned a tag, a new custom tag mapping entry is created, which connects the tag (tag_id field) with the email account (resource_id field). You can use it to see which tag si connected to which resource.

Fields

FieldTypeRequiredDescription
idstring (uuid)YesA Unique identifier (read-only)
tag_idstring (uuid)YesID of the tag this custom mapping belongs to (read-only)
resource_idstring (uuid)YesID of the resource custom tag mapping belongs to, resource_type determines the type of resource (read-only)
resource_typenumberYesResource type of custom tag, can be 1 for campaigns or 2 for accounts. Possible values: 1 (Account), 2 (Campaign) (read-only)
timestamp_createdstring (date-time)YesTimestamp when the custom tag mapping was created (read-only)
organization_idstring (uuid)YesOrganization ID that owns this custom tag mapping (read-only)