Search found 7 matches

by vinayaka2000
Thu Dec 01, 2022 1:44 am
Forum: API
Topic: How to sync patfields back to our system from OD ?
Replies: 5
Views: 1874

Re: How to sync patfields back to our system from OD ?

Thanks for the reply!
The second implementation would be better in our case since the webhook can be triggered automatically without any intervention. Just wanted to know the ETA for the patfield subscription feature being added to the API ?
by vinayaka2000
Wed Nov 30, 2022 9:26 am
Forum: API
Topic: How to sync patfields back to our system from OD ?
Replies: 5
Views: 1874

How to sync patfields back to our system from OD ?

Hello ! I have a use-case where in I have to sync back all data from the patfields table back to our lead management system, when they are updated in OD. I have identified that we might be able to use "POST subscription" API to create a new webhook, the only tables that can be watched for updates ar...
by vinayaka2000
Wed Nov 30, 2022 9:19 am
Forum: API
Topic: Webhook not getting triggerred for API Subscriptions
Replies: 8
Views: 2110

Re: Webhook not getting triggerred for API Subscriptions

hey justine,
It's working now.
The webhook is getting triggerred. Thanks a lot for the help !
by vinayaka2000
Mon Nov 21, 2022 4:00 am
Forum: API
Topic: Webhook not getting triggerred for API Subscriptions
Replies: 8
Views: 2110

Re: Webhook not getting triggerred for API Subscriptions

Hello, thanks for the revert ! Please find details below : The version of OD currently running in sandbox env is : 22.3.24.0 Have you deleted all other subscriptions you're not using - Yes If you repeatedly call GET subscriptions, does SubscriptionNum 7's DateTimeStart value increment by the Polling...
by vinayaka2000
Wed Nov 16, 2022 3:34 am
Forum: API
Topic: Webhook not getting triggerred for API Subscriptions
Replies: 8
Views: 2110

Re: Webhook not getting triggerred for API Subscriptions

Hello, I have verified that the endpoint URL given to the API matches the webhook.site URL. Please find details below : Request body while creating a new subscription : { "EndPointUrl": "https://webhook.site/<custom webhook id>/", "WatchTable": "Appointment", "PollingSeconds": 5 } Response of GET Su...
by vinayaka2000
Mon Nov 14, 2022 1:24 am
Forum: API
Topic: Webhook not getting triggerred for API Subscriptions
Replies: 8
Views: 2110

Re: Webhook not getting triggerred for API Subscriptions

Hello, thanks for the reply.
Yes, the API service has been installed in OD, and though I'm able to confirm that the webhook got added successfully, it doesn't seem to get triggered when a patient or appointment record is changed even though OD is running
by vinayaka2000
Fri Nov 11, 2022 1:11 am
Forum: API
Topic: Webhook not getting triggerred for API Subscriptions
Replies: 8
Views: 2110

Webhook not getting triggerred for API Subscriptions

Hello Team, I am using the POST API Subscriptions API to create a subscription for Appointment table. I have made a post call using the below details : { "EndPointUrl": "https://webhook.site/...", "WatchTable": "Appointment", "PollingSeconds": 5 } And I'm able to get a list of details of the subscri...