Settings
-> Custom Tags
Click Create custom tag
, provide a name for your tag and click Create custom tag
.
POST
request at the endpoint YOUR_BASE_URL.com/api/tags
There are 2 fields you can provide, name
and default
.
Navigate to Contacts
Contacts
tab at the top of the window.Select Leads
Add Tags
Add Tags
.Select as many tags from the drop-down menu as you need.Click Attach Tags
.POST
request at the endpoint YOUR_URL.com/api/tags/attach-to-leads
There are 2 fields you must provide:
Navigate to Email Accounts
Email Accounts
tab at the top of the window.Select Sender Emails
Add Tags
Add Tags
.Select as many tags from the drop-down menu as you need.Click Attach Tags
.POST
request at the endpoint YOUR_URL.com/api/tags/attach-to-sender-emails
There are 2 fields you must provide:
Navigate to Contacts
Contacts
tab at the top of the window.Select Leads
Add Tags
Add Tags
.Select as many tags from the drop-down menu as you need.Click Attach Tags
.POST
request at the endpoint YOUR_URL.com/api/tags/attach-to-leads
There are 2 fields you must provide:
Remove Tags
button on the UI, or a DELETE
to the remove-from
endpoint on the API.
Navigate to Contacts/Campagins/Email Accounts
Select Entries
Remove Tags
Remove Tags
.Select as many tags from the drop-down menu as you need.Click Remove Tags
.DELETE
request to:
YOUR_URL.com/api/tags/remove-from-{leads/sender-emails/campaigns}
instead of a POST
request to:
YOUR_URL.com/api/tags/add-to-{leads/sender-emails/campaigns}