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.

id
string<uuid>
required
read-only

A Unique identifier

Example:

"019f985c-63ae-7b2c-8042-7bc9b4aca6b5"

tag_id
string<uuid>
required
read-only

ID of the tag this custom mapping belongs to

Example:

"019f985c-63ae-7b2c-8042-7bca35871704"

resource_id
string<uuid>
required
read-only

ID of the resource custom tag mapping belongs to, resource_type determines the type of resource

Example:

"019f985c-63ae-7b2c-8042-7bcb8e469f71"

resource_type
enum<number>
required
read-only

Resource type of custom tag, can be 1 for campaigns or 2 for accounts

Available options:
1,
2
Example:

1

timestamp_created
string<date-time>
required
read-only

Timestamp when the custom tag mapping was created

Example:

"2026-07-25T08:20:19.502Z"

organization_id
string<uuid>
required
read-only

Organization ID that owns this custom tag mapping

Example:

"019f985c-63ae-7b2c-8042-7bccfbdcb51f"