Notification Templates REST Endpoints
Notification Templates
REST API endpoints for Notification Templates
- Create a Notification Template
- Method: postPath:/api/v2/notification_templates/
- Delete a Notification Template
- Method: deletePath:/api/v2/notification_templates/{id}/
- List Notification Templates
- Method: getPath:/api/v2/notification_templates/
- List Notifications for a Notification Template
- Method: getPath:/api/v2/notification_templates/{id}/notifications/
- Retrieve a Notification Template
- Method: getPath:/api/v2/notification_templates/{id}/
- Update a Notification Template
- Method: patchPath:/api/v2/notification_templates/{id}/
- Update a Notification Template
- Method: putPath:/api/v2/notification_templates/{id}/
- Notification Templates Copy Create
- Method: postPath:/api/v2/notification_templates/{id}/copy/
- Notification Templates Copy List
- Method: getPath:/api/v2/notification_templates/{id}/copy/
- Test a Notification Template
- Method: postPath:/api/v2/notification_templates/{id}/test/