Our VoiceNotify API enables automated voice notifications for payment reminders, dunning, process management for non-office workers, 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 to ensure timely follow-ups and reduce manual work.
  • Emergency Announcements – Instantly notify users in case of emergencies or critical updates, ensuring rapid communication.
  • Customizable Messages – Tailor message content, language, and caller information for each recipient.
  • Multi-language Support – Supports multiple languages, including Japanese and English, for a diverse user base.
  • Callback Integration – Track call results and performance through a customizable callback URL that provides detailed responses upon call completion.
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://yourdomain.com/live-outbound-responce"},{"message":"This is a test.","caller":"815050500813","phone":"819039045607","language":"en","UTC":"UTC","callback_token":"YOUR_CALLBACK_TOKEN","callback_url":"https://yourdomain.com/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

VoiceNotify API

Hacer una pregunta

Este sitio está protegido por hCaptcha y se aplican la Política de privacidad de hCaptcha y los Términos del servicio.