[#935] Implementation of webhooks for simplybook.me

Migrated from Redmine #935 | Author: Sudarshan Dhatrak
Status: New | Priority: High, I’m very impatient | Created: 2022-09-27


I need to implement webhooks for simplybook.me for bookings or all that are available. In the plugins section I am not getting much details. I am unable to find webhook settings. Where are the subscribe,unsubscribe endpoints for the webhooks. Please help with my concern

Redmine Admin wrote:

please enable API plugin and go to its settings, you will see all available webhooks

Sudarshan Dhatrak wrote:

Sudarshan Dhatrak wrote:

I need to implement webhooks for simplybook.me for bookings or all that are available. In the plugins section I am not getting much details. I am unable to find webhook settings. Where are the subscribe,unsubscribe endpoints for the webhooks. Please help with my concern

Redmine Admin wrote:

please enable API plugin and go to its settings, you will see all available webhooks

I need to create multiple webhooks for our clients from single application. In api settings , there is only one field named “Callback URL”. I need to create webhooks through Api so that the respective webhooks can be provided to respective clients.

Redmine Admin wrote:

you need to make your script and put url to this script in API settings. Then this script should handle all logic you need