Dialgood
  1. DG
Dialgood
  • DG
    • Place Outbound Call
      POST
    • Message Announcement
      POST
    • Clear Outbound Call Queue
      DELETE
    • Get Agents
      GET
    • Get Call Recording
      GET
    • Get Call Records
      GET
    • Get Call Transcript
      GET
    • Place Outbound Call Copy
      POST
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • outbound body
  1. DG

Message Announcement

POST
https://api.dialgood.com/external/v1/announce/{callId}
This endpoint allows the ability to announce a message by the agent while the call is live.

Request

Authorization
Add parameter in header
api_token
Example:
api_token: ********************
Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.dialgood.com/external/v1/announce/' \
--header 'Accept: application/json' \
--header 'api_token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "text": "hello world"
}'
Response Response Example
Sample Response
{
    "message": "Announcement sent successfully"
}
Modified at 2026-01-29 06:20:52
Previous
Place Outbound Call
Next
Clear Outbound Call Queue
Built with