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