Dialgood
    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

    outbound body

    {
        "from": "string",
        "listId": "string",
        "agentId": "string",
        "contactList": [
            {
                "from": "string",
                "phone": "string"
            }
        ],
        "raw": {
            "dgName": "string",
            "dgHosted": "string",
            "_callSummaryRecipients": "string"
        },
        "customKey": "string",
        "speechSettings": {
            "synthesizer": {
                "vendor": "string",
                "language": "string",
                "voice": "string",
                "options": {}
            },
            "recognizer": {
                "vendor": "string",
                "language": "string",
                "model": "string"
            }
        }
    }
    Built with