Hello all,
I am looking at how I can update Contact Records > Email Address > "Opt_Out"
- But via csv. (for either import or using Postman > Runner)
Found this old post but has a missing image - the crucial part of the solution
For info, we send some campaigns not from Sugar, and if folk opt out of those other campaigns i wish to opt them out from their contact record > email address in back in Sugar.
But, I am stuck on what that will look like.
I do a ton of updates and things using Postman, api. And also use postman's runner often. Hoping to do that.
tried this initial attempt:
PUT {{url}}Contacts/MassUpdate
If I GET my own contact record in postman I see this within:
Do I need to use something like: <module>/:record/link/
Do I need the ID of the email?
Then this does work... but I will not (not at first) know the email ID for each record:
PUT {{url}}Contacts/MassUpdate
Thank you in advance for any tips. I may be on the wrong track completely!
No rush.
Just stuck.