Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Say#

Text-to-speech is an easy way to read text to the caller

Play sample#

The initial Kazoo JSON to

<?php

header('content-type:application/json');

?>

{
    "module": "tts",
    "data": {
        "text": "Pivot is pretty awesome. Have a great day."
    },
    "children": {
        "_": {
            "module": "response",
            "data": {}
        }
    }
}

Here the TTS engine will read the text to the caller and then hang up.