Jump to Content
SquadCast.fm APIHomeSquadCast AppBlog
HomeDocumentationRecipesAPI ReferenceRelease Notes
HomeSquadCast AppBlogLog InSquadCast.fm API
Log In
HomeDocumentationRecipesAPI ReferenceRelease Notes

Overview

  • Getting Started with SquadCast API
  • Release Notes
  • REST API

SquadCast App

  • Pilot Program
  • Descript Integration
  • DropBox Integration
  • Zapier Integration
  • Captivate Integration
  • SavvyCal Integration

API Guides

  • SquadCast API
  • Backwards Compatibility
  • Authentication
  • Overview

Troubleshooting

  • Troubleshooting the API

Webhooks

  • Overview
  • Events
    • Recording_Session.Created
    • Recording_Session.Deleted
    • Recording_Session.Updated
    • Recording_Session.Started
    • Recording_Session.Ended
    • Audio.Mixed
    • Audio.Mastered
    • Audio.Rendered
    • Video.Rendered
    • Participant.Joined
    • Participant.Left
    • Recording.Started
    • Recording.Stopped
    • Recording.Transferred
    • Squadshot.Taken
    • Show.Created
    • Show.Deleted
    • Show.Updated
Powered by 

Recording.Started

Suggest Edits

recording.started

Returns a payload with recording information when a recording is started in a session.

{
    "name": "recording.started",
    "orgID": "Org ID",
    "sessionID": "Session ID",
    "sessionTitle": "My Great Session",
    "showID": "Show ID",
    "showName": "My Amazing Show",
    "take": 1
}

Updated 10 months ago