Notification Template
Create Notification Template
curl --location '{host}/api/v1/notification-templates/' \
--header 'Authorization: Token {Token}' \
--header 'Content-Type: application/json' \
--data '{
"notification_type": "quotation_created",
"subject": "quotation_created",
"template": "Quotation {{ quotation.name }} ({{ quotation.number }}) created."
}'{
"id": 8,
"notification_type": "quotation_created",
"subject": "quotation_created",
"template": "Quotation {{ quotation.name }} ({{ quotation.number }}) created.",
"created_at": "2024-02-01T14:49:27.613403Z",
"modified_at": "2024-02-01T14:49:27.614573Z"
}List Notification Templates
Get Single Notification Template
Update Notification Template
Delete Notification Template
Last updated
Was this helpful?

