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.
1 - 32
["SELLER", "HOT LEAD"]
Success
["HOT LEAD"]
Was this page helpful?