data, and the exact shape of that object depends on the type of connection.
OAuth
If the integration has enabled OAuth, and the user has signed in to the third party service,auth.access_token will be included with each webhook request.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
title: string
id: number
data: Record<string, unknown>
logo_uuid: string
auth?: {
type: 'oauth',
access_token?: string;
},
webhooks: {
'integration-config-schema'?: string;
'content-import'?: string;
'content-availability-search'?: string;
'content-details'?: string;
'recipients-search'?: string;
'proposal-widget-unconnected'?: string;
'proposal-widget-connected'?: string;
'proposal-status-update'?: string;
}>
}
data, and the exact shape of that object depends on the type of connection.
auth.access_token will be included with each webhook request.
{
title: string
id: number
data: Record<string, unknown>
logo_uuid: string
auth?: {
type: 'oauth',
access_token?: string;
},
webhooks: {
'integration-config-schema'?: string;
'content-import'?: string;
'content-availability-search'?: string;
'content-details'?: string;
'recipients-search'?: string;
'proposal-widget-unconnected'?: string;
'proposal-widget-connected'?: string;
'proposal-status-update'?: string;
}>
}