Page 1 of 1

Request webhook for blockout slots

Posted: Mon Feb 19, 2024 2:32 pm
by Smilelink
Please add schedule events so there would be a webhook sending changes for the blockout timeslot changes data

Re: Request webhook for blockout slots

Posted: Mon Feb 19, 2024 3:18 pm
by justine
Smilelink wrote:
Mon Feb 19, 2024 2:32 pm
Please add schedule events so there would be a webhook sending changes for the blockout timeslot changes data
Hello Smilelink,

We can add schedules to the API Events watch table. I have added researching this to our API development list.

However, you can currently get this information from GET schedules.

Thanks!

Re: Request webhook for blockout slots

Posted: Fri Feb 23, 2024 7:08 am
by Smilelink
Thanks for the reply, is there any estimate on when can we expect it ? Also can we get a event hook for
Patient delete
blockslot Update o delete
provider Update o delete
operatory Update o delete

Re: Request webhook for blockout slots

Posted: Tue Feb 27, 2024 5:17 pm
by justine
Smilelink wrote:
Fri Feb 23, 2024 7:08 am
Thanks for the reply, is there any estimate on when can we expect it ? Also can we get a event hook for
Patient delete
blockslot Update o delete
provider Update o delete
operatory Update o delete
We will reply to this thread once the request is complete.

A patient will have a patientStatus of 'Deleted' when a patient is deleted.
Blockslot is not a valid database table.
We can add the ability to create provider subscriptions. A provider will have a provStatus of 'Deleted' if a provider has been deleted.
We can add the ability to create operatory subscriptions. An operatory will have an isHidden value of 'true' if it is "deleted".

I have added the above enhancements to our development list.

Thans!

Re: Request webhook for blockout slots

Posted: Tue Mar 12, 2024 8:40 am
by Smilelink
Hello,

Is there anyway we can know if a block slot has been added or deleted without calling the Schedule API at a specific time?

Re: Request webhook for blockout slots

Posted: Tue Mar 12, 2024 2:46 pm
by justine
Smilelink wrote:
Tue Mar 12, 2024 8:40 am
Hello,

Is there anyway we can know if a block slot has been added or deleted without calling the Schedule API at a specific time?
Hello Smilelink,

You can use the Schedules GET endpoint without a date parameter, but it is not recommended. You should also use the SchedType parameter, and use the BlockoutDefNum, if applicable.

You can also use the Queries PUT ShortQuery endpoint, if you prefer.

Thanks!

Re: Request webhook for blockout slots

Posted: Sun Mar 17, 2024 5:40 am
by Smilelink
Hi Justine,

we should have a runner to get update on this, I meant a webhook which send the updates to our endpoint

Re: Request webhook for blockout slots

Posted: Mon Mar 18, 2024 9:19 am
by justine
Smilelink wrote:
Sun Mar 17, 2024 5:40 am
Hi Justine,

we should have a runner to get update on this, I meant a webhook which send the updates to our endpoint
Good morning Smilelink,

We can add the ability to create schedule subscriptions.

We will reply to this thread once the request is complete.

Thanks!