Email Account Tags
Update Email Account Tag
Update an existing email account tag’s name and color
POST
Update an existing tag’s name or color. To create a new tag, use the Create Tag endpoint instead — it does not require an ID.
Query Parameters
Your SmartLead API key
Request Body
Tag ID of the existing tag to update. Get tag IDs from Get All Tags.
Tag display name
Hex color code for the tag (e.g.,
#FF5733). Must be a valid 6-character hex color with # prefix.Response Codes
Request successful
Invalid request parameters or malformed request body
Invalid or missing API key
Request validation failed. Check parameter types and constraints.
