Skip to main content
To create a voice AI Agent, you need to build a Flow on the Cognigy.AI side using Voice Nodes. These Nodes provide the basic verbs required for your voice agent. If you require additional verbs that are not available in the Voice Nodes, you can add them using a Code Node. For incoming calls, you can use Voice Nodes and a Code Node. However, for outgoing calls, you must specify all parameters in the call request body, as described in the Advanced Configuration Request section.

List of Verbs

The table presents the list of supported verbs.

Custom Verbs in Code Nodes

The example shows how a Code Node can send a customized dial verb with an Answering Machine Detection (amd) action hook.

More Information

Last modified on May 12, 2026