Invite a recording bot to the incident’s meeting. If no previous recordings exist for the platform, a new bot is invited (session 1). If previous sessions exist, a new session is created (re-invite). The bot joins the meeting, records audio/video, and generates a transcript when the session ends.
curl --request POST \
--url https://api.rootly.com/v1/incidents/{incident_id}/meeting_recordings \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Incident UUID
Meeting platform
zoom, google_meet, microsoft_teams, webex recording session created
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/incidents/{incident_id}/meeting_recordings \
--header 'Authorization: Bearer <token>'