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.
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.
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.