Discussions

Ask a Question
Back to All

How get the "recording" call event?

I'm trying to read the "recording" call event payload from Dialpad API. But for any reason it does not trigger even when all is correctly configurated (all "enable recordings" configs are actived).

This is the request that i done to create the call event:

{
"call_states": ["all"],
"enabled": true,
"endpoint_id": null,
"group_calls_only": false,
"target_id": null,
"target_type": null,
"webhook_id": ##############
}

And it works, but the "recording" call event never shows up. What can i do?