Type alias HighSystemsRequestPutWebhook
HighSystemsRequestPutWebhook: 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; relatedTable: string; tableid: any; triggeringFields: string[]; type: string[]; webhookid: any; } 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
relatedTable: string
tableid: any
triggeringFields: string[]
type: string[]
webhookid: any
Application ID