Our webhook integration will make a POST request to a URL of your choice upon receipt of a voicemail. It won't retry if it fails.
It sends a JSON payload as shown below.
{"read_at": "2018-09-15T19:35:48.409Z","contact_phone_number_id": 33,"url": "http://my.tinyvoicemail.com/api/v1/messages/1/download","transcription": "Hi there. Thanks for signing up for Tiny Voicemail dot com. This is an example message. Do with it what you want. Good bye.","notes": "This was created automatically by TinyVoicemail","id": 1,"contact": {"phone_number": "+15555555555","first_name": null,"last_name": null,"name": "<No name>","id": 37,"blocked": false},"received_at": "2018-09-08T21:48:43.907Z","starred": false,"duration_in_seconds": 8}