createAlertTemplate
Creates a new AlertTemplate for the current organization
Arguments
Returns
CreateAlertTemplatePayload Example
mutation createAlertTemplate($input: CreateAlertTemplateInput!) { createAlertTemplate(input: $input) { alert_template messages }}