OBJECT
WebhookMessageTemplate
Description
Webhook Message template.
link GraphQL Schema definition
- type WebhookMessageTemplate {
- # The timestamp that this template was created at.
- : DateTime
- # The user who created the template.
- : String
- # The document format of message template.
- : TemplateDocFormat!
- # The URL of the document.
- : String
- # The template's unique ID.
- : Long!
- # The message type of message template.
- : TemplateMessageType!
- # The name of the template.
- : String!
- # The record type of the message template.
- : TemplateRecordType!
- # The message template.
- : String!
- # The timestamp that this template was updated at.
- : DateTime
- # The user who updated the template.
- : String
- }