Zoho Integration with ActiveCampaign
When Adding a contact in Zoho creator it should add automatically on ActiveCampaign.
For that I am using workflow but it always returns:-
{"errors":[{"title":"Email address is required.","detail":"","code":"field_missing","error":"contact_email_was_not_provided","source":{"pointer":"/data/attributes/email"}}]}
I am using this code :-
m = Map();
m.put("email","abc@gmail.com");
h = Map();
h.put("content-type","application/x-www-form-urlencoded");