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 of the tag this custom mapping belongs to
ID of the resource custom tag mapping belongs to, resource_type determines the type of resource
Resource type of custom tag, can be 1 for campaigns or 2 for accounts
| Enum Value | Description |
|---|---|
| 1 | Account |
| 2 | Campaign |
Timestamp when the custom tag mapping was created
{ "id": "019ae62f-4822-7917-a475-f98837299c15", "tag_id": "019ae62f-4822-7917-a475-f98925e16bb7", "resource_id": "019ae62f-4822-7917-a475-f98a45679657", "resource_type": 1, "timestamp_created": "2025-12-03T21:47:29.698Z", "organization_id": "019ae62f-4822-7917-a475-f98bb48cafd7" }