And yes, I noticed since my message that one can create and cancel in the Simplybook Dashboard. But if I do anything to a booking created via the API, there are no webhooks.
The service we offer in Simplybook? This one is paid, but we also have free ones. However, we don’t currently do anything related to payment except have a price set on the service.
If you mean which Simplybook Plan we’re on, it’s paid.
If you are making booking for paid service trigger will be called after payment is received. (you can confirm payment manually or via API).
To confirm payment please pass handle_invoice: true in addtionals parameter in book method. After that in response you will receive invoice object with id. You can confirm it via method API documentation | SimplyBook.me Online Scheduling
If you don’t need payments right now you can disable Accept payments custom feature and you will receive triggers with your current integration.
Hi everyone i had the same issue and managed to fix it. I found out that the error was due to my SSL, SimplyBookMe requires you to have SSL certificates issued by public certificate authorities. If your certificate is self-signed, consider obtaining a free SSL certificate from Let’s Encrypt. I found this out on zapier, on my case i had a private SSL and this caused for my api not to receive events. Webhook.site has a public certificate reason why it receives the events with no issue. Hope this helps you out!