FloDesk API with WordPress

I’m trying to use the FloDesk API with my WordPress site. I’m using HivePress to create a directory/booking style site. Users are able to register and become “vendors” where they can then post their own listings.

When registering, I was able to add a custom checkbox field labeled “I would like to receive promotional emails”. I now want to create an HTTP request/webhook so that anyone that has checked that input - their email will be added to my FloDesk contact list.

I am new to Make and to custom API integrations, so I’m not sure where to even start. Any help would be appreciated! Thank you!

Welcome to the Make community!

According to the Hivepress help center, there is no endpoint to fetch a list of users, so a polling trigger is out of the question.

Another help center article reveals the option of using Wordpress Hooks, but you’ll need to know how to use PHP to write a custom hook to call a “Custom Webhook” trigger in Make, when a user is created in Hivepress.

You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, in case someone already suggested it!

2 Likes