@stigg/node-server-sdk - v4.23.0

    Type Alias CreateWorkflowTriggerInput

    Create workflow trigger input

    type CreateWorkflowTriggerInput = {
        configuration?: InputMaybe<Scalars["JSON"]>;
        endpoint: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        eventLogTypes: EventLogType[];
        triggerId?: InputMaybe<Scalars["String"]>;
    }
    Index

    Properties

    configuration?: InputMaybe<Scalars["JSON"]>

    A JSON containing the configuration for each event log type

    endpoint: Scalars["String"]

    Workflow trigger endpoint

    environmentId?: InputMaybe<Scalars["UUID"]>

    The unique identifier for the environment

    eventLogTypes: EventLogType[]

    Event log types

    Workflow trigger id

    MMNEPVFCICPMFPCPTTAAATR