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
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[]
Application ID