Migrated from Redmine #1241 | Author: Yovel Yaffe
Status: Feedback | Priority: High, I’m very impatient | Created: 2024-06-06
Dear SimplyBook.me Support Team,
I hope this message finds you well. We are currently using SimplyBook.me for our booking system and require assistance with the following:
-
Webhook Callback with Full Booking Details:
We need the webhook to include all the details that a user fills out on the booking page when a booking is created, changed, or canceled. Currently, the webhook payload only includes basic information such as booking_id, booking_hash, company, and notification_type. We require additional details like client_name, client_email, client_phone, and any other custom fields filled out by the user during the booking process. -
Event Handling for SimplyBook.me Widget:
We are using the SimplyBook.me widget embedded on our website. We need a method to catch the scheduling events (e.g., booking created, booking changed, booking canceled) directly from the embedded widget on our site to trigger custom actions. We are looking for a JavaScript-based solution or any other method that can help us achieve this.
Our current setup:
API Key: [Your API Key]
Secret API Key: [Your Secret API Key]
Company Login: “storify”
Callback URL: “https://hook.eu1.make.com/my-webhook”
Example of additional fields needed in the webhook payload:
json
{
"booking_id": "4",
"booking_hash": "e0761a9f63379957ad43aee6e441c21c",
"company": "storify",
"notification_type": "create",
"client_name": "John Doe",
"client_email": "john.doe@example.com",
"client_phone": "+1234567890",
"custom_field_1": "Value1",
"custom_field_2": "Value2"
}
Your assistance in implementing these features will significantly improve our integration and user experience. If any additional information is required, please do not hesitate to ask.
Thank you for your support and cooperation.
Best regards,
Yovel Y
yovelyaffe5363@gmail.com
InstaIsrael
Developer