cURL
curl --request POST \ --url https://api.fello.ai/public/v1/contact/{contactId}/tags \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "tags": [ "SELLER", "HOT LEAD" ] }'
{ "tags": [ "HOT LEAD" ] }
Adds tags to a contact in Fello.
The API Key generated from your Fello account.
Unique identifier of the contact to tag
1
List of tags to be added to the contact.
The body is of type object.
object
Success
The response is of type object.
Was this page helpful?