Type Alias CPIntegrationHubWebhookSubmissionEvent
CPIntegrationHubWebhookSubmissionEvent: FormEventBase & { configuration: { formId?: number; url: string; }; type: "CP_INTEGRATION_HUB_WEBHOOK"; } Type declaration
configuration: {
formId?: number;
url: string;
}
Optional
formId?: number
url: string
type: "CP_INTEGRATION_HUB_WEBHOOK"
The unique identifier for the form that should trigger this workflow event