I want to receive the mailchimp webhook call at a public zoho creator html page but the parameters that the webhook sends to zoho are in array format like that:
data[email]
data[web_id]
data[merges][LNAME]
data[ip_opt]
I think that zoho creator pages only receives single variable parameters like (x , y, a, b).