Lead Tags
Create Tag
Create a new tag that can be used across email accounts and leads
POST
Tags are created at the account level and can be used to organize both email accounts and leads. This is the same endpoint used for email account tag creation.
Query Parameters
string
required
Your SmartLead API key
Request Body
number
required
Tag ID. Use an existing ID to update.
string
required
Tag name
string
required
Hex color code (e.g.,
#FF5733)Response Codes
Success
Request successful
Bad Request
Invalid request parameters or malformed request body
Unauthorized
Invalid or missing API key
Validation Error
Request validation failed. Check parameter types and constraints.
