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:

"01a082d0-33ba-763f-82a3-ce108d154b82"

tag_id
string<uuid>
required
read-only

ID of the tag this custom mapping belongs to

Example:

"01a082d0-33ba-763f-82a3-ce115232d709"

resource_id
string<uuid>
required
read-only

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

Example:

"01a082d0-33ba-763f-82a3-ce12a4788640"

resource_type
enum<number>
required
read-only

Resource type of custom tag: 1 for accounts, 2 for campaigns, 3 for workspaces

Available options:
1,
2,
3
Example:

1

timestamp_created
string<date-time>
required
read-only

Timestamp when the custom tag mapping was created

Example:

"2026-09-08T20:57:57.946Z"

organization_id
string<uuid>
required
read-only

Organization ID that owns this custom tag mapping

Example:

"01a082d0-33bb-7439-9273-4d52c561ce0e"