Migrated from Redmine #98 | Author: Giles Barton-Owen Status: New | Priority: Normal | Created: 2018-01-30
So we want to use the simplybooking UI for our customers booking, but there doesn’t seem to be a way of tracking this booking, meaning we cannot tie our users to the bookings automatically.
This is a similar issue to 91, but I’d like to have a clear suggestion, since this is clearly a common feature request.
I was hoping the “back to home” plugin would support a URL parameter, but that doesn’t seem to be possible.
Otherwise I could see hacking about an iframe+hidden field, or doing something devious with CSS cross loading but I’d really prefer not to. Perhaps something with cookies.
Would be great to get a canonical answer from your eng team.
You can use API webhooks. Then check user by email. Or you can make API booking widget on your site. Then you will know everything and no need to redirect client to simplybook booking site.