What is the best end point to use to add a new contact and add the new contact to 1 or more existing lists?
I tried with bulk insert and it seems to be hit and miss.
What is the best end point to use to add a new contact and add the new contact to 1 or more existing lists?
I tried with bulk insert and it seems to be hit and miss.
Hi @dellorogroup1, welcome to our forum (and thank you for your question)!
A member of our Developer team will respond with an answer soon. Thank you for your patience!
Hello,
In order to do this with the v3 API you will need to make multiple API calls. One way to do this would be to create the Contact with the Contacts endpoint, and then a second call to the contactLists endpoint to add the Contact to your list.
If you would like to do everything with a single API call, the contact_add or contact_sync v1 API endpoints support this. We are striving to continuously improve the v3 APIs and we hope to offer this functionality in the v3 APIs in the future.
Thank you,
-Matt