What are the values for the type field in the Recording Transcript files have completed payload?

We would like to use Recording Transcript files have completed in webhook app. Please add documentation about payload info

Hey @subhadra.ponnada,

Here is our API reference for the Recording Transcript files have completed webhook event.

Let me know if this helps!

Thank you tommy and will check it

Tommy,

We are trying to get webinar play url and which property is mapped to webinar Id value in the payload

{
“event”: “string”,
“payload”: {
“account_id”: “string”,
“object”: {
“id”: “string”,
“uuid”: “string”,
“host_id”: “string”,
“topic”: “string”,
“type”: “integer”,
“start_time”: “string”,
“timezone”: “string”,
“duration”: “integer”,
“share_url”: “string”,
“total_size”: “string”,
“recording_count”: “integer”,
“recording_files”: [
{
“id”: “string”,
“meeting_id”: “string”,
“recording_start”: “string”,
“recording_end”: “string”,
“file_type”: “string”,
“file_size”: “number”,
“play_url”: “string”,
“download_url”: “string”,
“status”: “string”,
“recording_type”: “string”
}
]
}
}
}

Hey @subhadra.ponnada,

Can you be more specific about your issue?

Tommy,

The payload have id property in inside object tag and id property have recording_files tag. I need know which id value have webinarId value.

Thanks

Hey @subhadra.ponnada,

The id inside the object is should be the webinar/meeting id. The id inside the recording_files array is the id to that recorded file.

Does that help?

Thanks Tommy !!!

1 Like

You are welcome! Happy to help!