But it doesn’t fully answer my question.. I need a JSON posted via API.
The other system we are using already has customer profiles in that database, so in order to accurately match up appointments with the existing profile I would need specific JSON structure posting from yourselves to them. Is this possible?
I have enabled the API in our account and can see that the data will be sent in JSON, is it limited to just these fields -
The callback data will be presented in the raw post data in JSON format. The following fields are available:
booking_id - Booking ID
booking_hash - Booking hash
company - Your company login
notification_type - Notification type. Can be ‘create’, ‘cancel’, ‘notify’, ‘change’
Hi! You can receive this data on your server, format it and then send to your endpoint in format that you need.
It is not possible to format request on our side.