Mail Notifications on Extension Number Events (/mail_notification/)
You can test API methods on the interactive API browser page and without writing code
Some of the resources described on the page may not be available by default due to the type of application (see Creating and authorizing applications).
This resource is intended to point the mail addresses where messages about any event of the extension number will be sent to (for example, about a missed call).
Description of Data Structures
Name | Type | Description |
---|---|---|
string | Mail address or several addresses separated by commas | |
event_type | string | Event Name, The options are:
|
id | long | Unique notification identification number (for the extension number) |
Example
Let's set notifications about unanswered calls that came into the voice menu (IVR) with the number 099:
System response:
{
"mail": "admin@myhost",
"id": 20,
"event_type": "call_failed_mail"
}