Request webhook for blockout slots

For requests or help with our API
Post Reply
Smilelink
Posts: 4
Joined: Mon Feb 19, 2024 2:28 pm

Request webhook for blockout slots

Post by Smilelink » 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

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: Request webhook for blockout slots

Post by justine » Mon Feb 19, 2024 3:18 pm

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!

Smilelink
Posts: 4
Joined: Mon Feb 19, 2024 2:28 pm

Re: Request webhook for blockout slots

Post by Smilelink » 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

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: Request webhook for blockout slots

Post by justine » Tue Feb 27, 2024 5:17 pm

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!

Smilelink
Posts: 4
Joined: Mon Feb 19, 2024 2:28 pm

Re: Request webhook for blockout slots

Post by Smilelink » 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?

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: Request webhook for blockout slots

Post by justine » Tue Mar 12, 2024 2:46 pm

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!

Smilelink
Posts: 4
Joined: Mon Feb 19, 2024 2:28 pm

Re: Request webhook for blockout slots

Post by Smilelink » 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

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: Request webhook for blockout slots

Post by justine » Mon Mar 18, 2024 9:19 am

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!

Post Reply