Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1 KB

File metadata and controls

15 lines (12 loc) · 1 KB

TalonOne.Model.NewMessageTest

Properties

Name Type Description Notes
Headers Dictionary<string, string> List of API HTTP headers for the given message. [optional]
Verb string API method for this message.
Url string API URL for the given message.
Payload string API payload of this message. [optional]
Params List<TemplateArgDef> Array of template argument definitions. [optional]
ApplicationIds List<long> The IDs of the Applications in which this webhook is available. An empty array means the webhook is available in `All Applications`. [optional]
AuthenticationId long The ID of the credential that this webhook is using. [optional]

[Back to Model list] [Back to API list] [Back to README]