@contio/partner-sdk - v1.7.1
Preparing search index...
WebhookEventMap
Interface WebhookEventMap
Map of event types to their corresponding webhook payload types
interface
WebhookEventMap
{
"action_item.completed"
:
ActionItemCompletedPayload
;
"action_item.created"
:
ActionItemCreatedPayload
;
"action_item.updated"
:
ActionItemUpdatedPayload
;
"agenda_item.created"
:
AgendaItemCreatedPayload
;
"agenda_item.deleted"
:
AgendaItemDeletedPayload
;
"agenda_item.updated"
:
AgendaItemUpdatedPayload
;
"automation.assignment.created"
:
AutomationAssignmentCreatedPayload
;
"calendar_event.created"
:
CalendarEventCreatedPayload
;
"calendar_event.deleted"
:
CalendarEventDeletedPayload
;
"calendar_event.updated"
:
CalendarEventUpdatedPayload
;
"meeting.completed"
:
MeetingCompletedPayload
;
"meeting.created"
:
MeetingCreatedPayload
;
"meeting.updated"
:
MeetingUpdatedPayload
;
"participant.added"
:
ParticipantAddedPayload
;
"participant.removed"
:
ParticipantRemovedPayload
;
"session.expired"
:
SessionExpiredPayload
;
"session.turn.completed"
:
SessionTurnCompletedPayload
;
"session.turn.failed"
:
SessionTurnFailedPayload
;
"user.connection.revoked"
:
UserConnectionRevokedPayload
;
}
Index
Properties
action_
item.completed
action_
item.created
action_
item.updated
agenda_
item.created
agenda_
item.deleted
agenda_
item.updated
automation.assignment.created
calendar_
event.created
calendar_
event.deleted
calendar_
event.updated
meeting.completed
meeting.created
meeting.updated
participant.added
participant.removed
session.expired
session.turn.completed
session.turn.failed
user.connection.revoked
Properties
action_
item.completed
"action_item.completed"
:
ActionItemCompletedPayload
action_
item.created
"action_item.created"
:
ActionItemCreatedPayload
action_
item.updated
"action_item.updated"
:
ActionItemUpdatedPayload
agenda_
item.created
"agenda_item.created"
:
AgendaItemCreatedPayload
agenda_
item.deleted
"agenda_item.deleted"
:
AgendaItemDeletedPayload
agenda_
item.updated
"agenda_item.updated"
:
AgendaItemUpdatedPayload
automation.assignment.created
"automation.assignment.created"
:
AutomationAssignmentCreatedPayload
calendar_
event.created
"calendar_event.created"
:
CalendarEventCreatedPayload
calendar_
event.deleted
"calendar_event.deleted"
:
CalendarEventDeletedPayload
calendar_
event.updated
"calendar_event.updated"
:
CalendarEventUpdatedPayload
meeting.completed
"meeting.completed"
:
MeetingCompletedPayload
meeting.created
"meeting.created"
:
MeetingCreatedPayload
meeting.updated
"meeting.updated"
:
MeetingUpdatedPayload
participant.added
"participant.added"
:
ParticipantAddedPayload
participant.removed
"participant.removed"
:
ParticipantRemovedPayload
session.expired
"session.expired"
:
SessionExpiredPayload
session.turn.completed
"session.turn.completed"
:
SessionTurnCompletedPayload
session.turn.failed
"session.turn.failed"
:
SessionTurnFailedPayload
user.connection.revoked
"user.connection.revoked"
:
UserConnectionRevokedPayload
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action_
item.completed
action_
item.created
action_
item.updated
agenda_
item.created
agenda_
item.deleted
agenda_
item.updated
automation.assignment.created
calendar_
event.created
calendar_
event.deleted
calendar_
event.updated
meeting.completed
meeting.created
meeting.updated
participant.added
participant.removed
session.expired
session.turn.completed
session.turn.failed
user.connection.revoked
@contio/partner-sdk - v1.7.1
Loading...
Map of event types to their corresponding webhook payload types