Type alias HighSystemsRequestPostNotification

HighSystemsRequestPostNotification: HighSystemsRequest & {
    active: boolean;
    appid: any;
    attachments?: any;
    bcc?: string[];
    body?: string;
    cc?: string[];
    condition: string;
    description?: string;
    html?: string;
    name: string;
    subject: string;
    tableid: any;
    to: string[];
    triggeringFields?: string[];
    type?: string[];
}

Type declaration

  • active: boolean
  • appid: any

    Application ID

  • Optional attachments?: any
  • Optional bcc?: string[]
  • Optional body?: string
  • Optional cc?: string[]
  • condition: string
  • Optional description?: string
  • Optional html?: string
  • name: string
  • subject: string
  • tableid: any

    Table ID

  • to: string[]
  • Optional triggeringFields?: string[]
  • Optional type?: string[]

Generated using TypeDoc