[#1421] Booking created via API or Webhook

Migrated from Redmine #1421 | Author: Stephanie Kellenberger
Status: New | Priority: High, I’m very impatient | Created: 2025-06-13


Hello,

we’re looking for a way to retrieve the timestamp of when a booking was made, (when did the user book) via the API or webhook—not the time of the actual booking/event itself, but the moment the booking was made.

So far, we’ve only been able to find the event/booking time in the API.
Could you let us know if and where the creation timestamp is available?

Thank you in advance for your help!

Best regards,
Stephanie

Redmine Admin wrote:

hi, the webhook will be called immediately when booking created, so you can use this time as a booking time

Stephanie Kellenberger wrote:

Could we also create a call back URL. We have one setup with our current CRM System KeepMe. See attached the screenshot. How can we create another one?

Stephanie Kellenberger wrote:

Hello, could I get a reply?

Redmine Admin wrote:

hi, only one callback url / webhoock is possible per account

Stephanie Kellenberger wrote:

ok, understood. But if we stop the other one we could do it with the callback url?

Redmine Admin wrote:

not sure what do you mean?

Stephanie Kellenberger wrote:

retrieve the timestamp of when a booking was made, (when did the user book)

Redmine Admin wrote:

the webhook will be called immediately when booking created, so you can use this time as a booking time