πͺCreate Webhooks
Get notified when there are changes/updates to accounts, calendars, and events.
Last updated
'x-pyas-account-id': string. // The id of the connected account in Pyas
'x-pyas-webhook-event': string. // The event trigger
'x-provider': string. // The connected account's provider. (Google, Microsoft, or Zoom){
"events": [
{
"calendarId": string. // The calendar id
"eventId": string. // The event id
}
]
}{
"calendarIds": [ // calendar id strings ]
}