CPIntegrationHubWebhookSubmissionEvent: FormEventBase & {
    configuration: {
        formId?: number;
        url: string;
    };
    type: "CP_INTEGRATION_HUB_WEBHOOK";
}

Type declaration

  • configuration: {
        formId?: number;
        url: string;
    }
    • OptionalformId?: number

      The unique identifier for the form that should trigger this workflow event

    • url: string

      URL that the callback is made to.

  • type: "CP_INTEGRATION_HUB_WEBHOOK"