function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amack DawgAmack Dawg 

Endpoint I can send Contact Id values to then merge?

I have been researching this for the last few months and I understand there isn't an API endpoint I can call per se that will allow me this functionality, but does anyone know of any kind of App (either third party or developed by Salesforce's Labs) that exposes an Endpoint that I can effectively send Contact Ids that will then make the required Apex/DML operations to then merge the Contacts?

Use case- I download and gather a list of Contact Ids, group them by identical Email, then join that Email back into the group to get the Unique Ids and batch them in sets that I want to then merge and send to an endpoint

Anyone have any recommended solutions? Is this a simple app where the code already exists for this?