Last updated 11 days ago
Merge two contacts into a single contact, combining their data
Your API key
Your Secret key
ID of the contact that will remain after merge
ID of the contact that will be merged and deleted
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/mergeContacts' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "text", "from_contact": "text", "to_contact": "text" }'
{ "status": true, "message": "Contacts merged successfully" }