Integromat/Make.com to Mailwizz

We had somebody in the past and it worked just fine doing field mapping.
What's the problem you're facing?
 
Yes, I've seen that and tried to apply the same logic using Integromat HTTP node but to no avail, 400 error....any help greatly appreciated.1687851249460.png
1687851287170.png
1687851312538.png
 
There is no api endpoint like the one you used.
If you want to use the API, creating a subscriber in a list is done by doing a POST request to https://panel.saleswithsimplicity.com/api/lists/yt064vfvnqa3a/subscribers and you need to also include X-Api-Key header, with your api key.

However, why not use the simpler approach and post directly to your email list subscription form?
Do a POST request to https://panel.saleswithsimplicity.com/lists/yt064vfvnqa3a/subscribe and that should suffice.
Thanks, but for some reason I can't get the api to post the email address...1687857916958.png
 
Because you are sending a JSON blob to the api, please send regular for data, not json, you're almost there.
 
Back
Top