[Revised] How to Trigger webhook events from Flodesk Webhook

I would so appreciate any help! I’m slowly learning apis/webhooks, so excuse the rudimentary request…

I want to watch events from a Flodesk Webhook I created. But I just don’t know how to do it. I successfully created the webhook using this Flodesk API Reference.

And I’ve now realized that I can use an HTML module to run on intervals to get the webhook events. But i’m stuck on how to pull the webhook events from the webhook I created according to the Flodesk API documentation.

when I run the webhook, i get a success code, but i don’t get any of the subscriber segment data.

Thanks so much. I hope that makes sense.

Hi @yazzi,

What you want to do before creating webbook in Flodesk is, first setup webbook module in Make, which will be the first module in the scenario.

Choose, the Custom Webhook option, after which an unique URL will be created in Make.com that you can then use in Flodesk to register the post_url via the API.

Once, that is setup and if you run the scenario it should pick up any new events coming form Flodesk in Make.

2 Likes

hi there, @Runcorn,
Unfortunately, Flodesk doesn’t have anywhere to register the post_url via the API. But thank you for your response.

I actually think I’m supposed to set-up the HTML module to run on intervals. But i’m stuck on how to pull the webhook events from the webhook I created according to the Flodesk API documentation.

Thanks again.

It does have that, API Reference | Flodesk.

2 Likes

Hi Runcorn. Thanks again for responding.

I am just not getting it. When I go to flodesk, there’s nowhere to paste that that URL shown in your second screenshot.