Type alias HighSystemsRequestPostWebhook

HighSystemsRequestPostWebhook: HighSystemsRequest & {
    active: boolean;
    appid: any;
    body: string;
    condition: string;
    description: string;
    endpoint: string;
    headers: {
        key: string;
        value: any;
    }[];
    method: "GET" | "POST" | "PUT" | "DELETE";
    name: string;
    relatedOwner: string;
    tableid: any;
    triggeringFields: string[];
    type: string[];
}

Type declaration

  • active: boolean
  • appid: any

    Application ID

  • body: string
  • condition: string
  • description: string
  • endpoint: string
  • headers: {
        key: string;
        value: any;
    }[]
  • method: "GET" | "POST" | "PUT" | "DELETE"
  • name: string
  • relatedOwner: string
  • tableid: any

    Table ID

  • triggeringFields: string[]
  • type: string[]

Generated using TypeDoc