Our VoiceNotify API enables automated voice notifications for payment reminders and emergency announcements. This API is designed for seamless integration into your systems, allowing you to send voice messages to users' phones with minimal effort.

Key Features:

  • Payment Reminders: Automate reminder calls for payments, ensuring timely follow-ups and reducing manual work.
  • Emergency Announcements: Instantly notify users in case of emergencies or critical updates, ensuring rapid communication.
  • Customizable Messages: Tailor the message content, language, and caller information for each recipient.
  • Multi-language Support: Supports multiple languages for diverse user bases, including Japanese and English.
  • Callback Integration: Track call results and performance with a customizable callback URL that receives detailed responses once the call is completed.

API Documentation

Endpoint

POST https://api-v1.delight.fit/voicenotify

Headers

  • Content-Type: application/x-www-form-urlencoded

Request Body

curl --location 'https://api-v1.delight.fit/voicenotify' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'access_token=41cce034c56f4e04f021a8c49bd22b96ad9bfa70685d4cbd463582cf1da67d04' \
--data-urlencode 'rows=[{"message":"This is a test.","caller":"815050500813","phone":"819039045607","language":"ja","UTC":"UTC","callback_token":"YOUR_CALLBACK_TOKEN","callback_url":"https://webhook.site/live-outbound-responce"},{"message":"This is a test.","caller":"815050500813","phone":"819039045607","language":"en","UTC":"UTC","callback_token":"YOUR_CALLBACK_TOKEN","callback_url":"https://webhook.site/live-outbound-responce"}]'
    

Response

{
    "success": "1",
    "date": "Tue, 21 Jan 2025 09:11:55 GMT",
    "result": {
        "count": "2",
        "success_count": "2",
        "errors_count": "0",
        "message": "Call results are posted to the callback URL you provided after the call is completed."
    }
}
    

Callback URL Response

The results will be posted to the provided callback URL after the call is completed.

Query Strings

  • callee: 8190390456xx
  • caller: 8150505008xx
  • success: (empty)

Example Response

{
    "callee": "8190390456xx",
    "caller": "8150505008xx",
    "success": ""
}
    

 

VoiceNotify API

VoiceNotify API

Ask a question

This site is protected by hCaptcha and the hCaptcha Privacy Policy and Terms of Service apply.

You may also like