Phone call Templates REST Endpoints
Notification/Phone call Templates
Use this endpoint to manage the phone call templates that are used for notifications. This REST API is SCIM compliant.
Added In Release: 20.2.2
Added In Release: 20.2.2
- Create a phone call Template
- Method: postPath:
/admin/v1/PhoneCallTemplates - Get a phone call Template
- Method: getPath:
/admin/v1/PhoneCallTemplates/{id} - HTTP Options
- Method:Path:
/admin/v1/PhoneCallTemplates - Replace a phone call Template
- Method: putPath:
/admin/v1/PhoneCallTemplates/{id} - Search phone call Templates
- Method: getPath:
/admin/v1/PhoneCallTemplates - Search phone call Templates Using POST
- Method: postPath:
/admin/v1/PhoneCallTemplates/.search - Update a phone call Template
- Method: patchPath:
/admin/v1/PhoneCallTemplates/{id}