Connect to Rapidmail via Webhook

Hi everybody :slight_smile:

I’m trying to connect a newsletter form in WordPress (jetformbuiler) via webhook to Rapidmail.

What I did: I created a new scenario with a webhook and a HTTP basic Auth request.
I connected the webhook to the form on the website and I set up an API Key for Rapidmail.

The webhook with the form works but I have no idea what settings I need to connect Rapidmail.
The documentation for the Rapidmail API: [https://developer.rapidmail.wiki/]

It’s the first time for me to work with this tool and I would be very happy if someone could help me :slight_smile:

@benni looks like you got the right pieces in place. But what specifically are you trying to do in rapidmail? Perhaps you are trying to POST a recipient to your rapidmail account?

Based on their documentation this would seem to be the correct endpoint: Developer Area

Note you will want to use ‘POST’ and include the JSON body in the request for all the user details.
You will be able to easily map the values coming into webhook into the JSON body request.

Hope that helps!

2 Likes

Thank you so much @timlittletech :slight_smile: You pushed me in the right direction. The goal was to POST a recipient to the rapidmail account and it works now.

2 Likes