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
- Optionalattachments?: any
- Optionalbcc?: string[]
- Optionalbody?: string
- Optionalcc?: string[]
- condition: string
- Optionaldescription?: string
- Optionalhtml?: string
- name: string
- subject: string
- tableid: any
- to: string[]
- OptionaltriggeringFields?: string[]
- Optionaltype?: string[]
Application ID