{
"transcript": "This is a transcript",
"mailboxName": "Ham",
"tenantId": 24,
"duration": 57,
"mailboxNumber": "1001",
"messageNum": 1234,
"callerIdNumber": "5555555555",
"dateTime": "2024-08-21T13:12:00-05:00",
"context": "24"
}API Reference
New voicemail
This webhook fires when a new voicemail is left for any mailbox in your account. Time are posted as ISO format.
WEBHOOK
NEWVOICEMAIL
{
"transcript": "This is a transcript",
"mailboxName": "Ham",
"tenantId": 24,
"duration": 57,
"mailboxNumber": "1001",
"messageNum": 1234,
"callerIdNumber": "5555555555",
"dateTime": "2024-08-21T13:12:00-05:00",
"context": "24"
}Was this page helpful?