Type alias WorkflowOutboundMessage
WorkflowOutboundMessage: WorkflowAction & { apiVersion: number; description?: string | null; endpointUrl: string; fields: string[]; includeSessionId: boolean; integrationUser: string; name: string; protected: boolean; useDeadLetterQueue?: boolean | null; } Type declaration
apiVersion: number
Optional
description?: string | null
endpointUrl: string
fields: string[]
includeSessionId: boolean
integrationUser: string
name: string
protected: boolean
Optional
useDeadLetterQueue?: boolean | null