Is there a way to subscribe an existing contact (which is currently not subscribed) using Velo code? I was able only to update info and add labels to the contact but I didn't find any documentation how to subscribe (an email) of an existing contact.
Appreciate your response.
thanks,
Guy.
I see the REST https://manage.wix.com/_api/email-marketing/v1/email-subscriptions/bulk is being invoked from the Wix dashboard to update it. The payload is {"subscriptions":[{"subscriptionStatus":"SUBSCRIBED","email":"dddd@yahoo.com"}]}