Мы пытаемся интегрировать наши формы Machform с Mailchimp.
У нас все настроено, как сказано в machform:
URL https://us4.api.mailchimp.com/3.0/lists/72726e7e3a
custom https header:
{
"Authorization": "apikey xxxxxxxxxxxxxxxxxxxxx-us4",
"Content-Type": "application/json",
"User-Agent": "MachForm Webhook"
}
and RAW DATA in the body:
{
"members":
[{
"email_address": "{element_2}",
"status": "subscribed"
}],
"update_existing": true
}
Mailchimp не импортирует данные.
Что я делаю не так?