We’ve got an e-commerce site running that has a checkbox “Subscribe to our newsletter” during the checkout process.
If I make an API call using contact_add will the system generate an error if that contact email already exists? Or will an existing contact record be updated to include the list and tags specified during the API call?
Edit: Another question - will these users added through the API receive the opt-in confirmation email that users who subscribe through forms receive?
@jskole are you sure adding a form by itself is the trigger for double optin? I believe that depends on how you set that form up. If the form requires confirmation then it’ll be double optin. And if no confirmation, it’s single optin.
Yes, @bizleverage that is correct, it will depend on the form id that you send along. If the form is setup for 2x opt-in the contact submitted via API will honor that.