Hey
I am trying to set up a webhook connection from my wordpress site (bricks builder form) to POST a recipient into a rapidmail list.
Steps taken so far
I have already followed the last topic from 2022/23 (Connect to Rapidmail via Webhook),
without success.
The webhook works fine, I also followed the devs guide for the body content, header & query string.
I changed the URL to the direct list, also to standard and the recipientlist_id in the body content.
Did I miss something important (e.g. in the advanced settings)?
I really cant find any other informations for this case.
This is incorrect because the email address is not enclosed in quotation marks. The correct JSON body should look like this:
{
“email”: “my-email@adress-de”
}
Please check in Make.com how the JSON body is transferred—you may need to use a text module or JSON formatter to serialize the data correctly.
Once the body is formatted correctly, the import should work as desired and the recipient should be entered.”
And now, I am stuck
I dont know how to change the format of the body.
If I write it like you showed me: “{ “email”: “{{1.email}}” }”, it will automatically trasform into “1. email”.