Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 976 Bytes

NewWebhook.md

File metadata and controls

33 lines (18 loc) · 976 Bytes

TalonOne.NewWebhook

Properties

Name Type Description Notes
applicationIds [Number] The IDs of the applications that are related to this entity.
title String Friendly title for this webhook
verb String API method for this webhook
url String API url (supports templating using parameters) for this webhook
headers [String] List of API HTTP headers for this webhook
payload String API payload (supports templating using parameters) for this webhook [optional]
params [TemplateArgDef] Array of template argument definitions
enabled Boolean Enables or disables webhook from showing in rule builder

Enum: VerbEnum

  • POST (value: "POST")

  • PUT (value: "PUT")

  • GET (value: "GET")

  • DELETE (value: "DELETE")

  • PATCH (value: "PATCH")