Integration App SDK - v1.14.0
    Preparing search index...

    Interface WebhookEventImplementationFields

    interface WebhookEventImplementationFields {
        implementationType: "webhook";
        querySchema?: DataSchema;
        dataSchema?: DataSchema;
        stateSchema?: DataSchema;
        methods: Record<keyof typeof methods, ConnectorDataLocationMethod>;
    }
    Index

    Properties

    implementationType: "webhook"
    querySchema?: DataSchema
    dataSchema?: DataSchema
    stateSchema?: DataSchema
    methods: Record<keyof typeof methods, ConnectorDataLocationMethod>