This is an n8n community node. It lets you use Restream in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Resources
Go to your n8n > Settings > Community nodes and install:
@restream/n8n-nodes-restream
For more details, see the installation guide in the n8n community nodes documentation.
- Event
- Get an event by ID
- Get event history (finished and missed events)
- Get in-progress events
- Get upcoming events
- Event Recording
- Get recordings for an event
- Get a download URL for a recording
- Clip Project
- Get many clip projects
- Get a clip project
- Clip
- Get a download URL for a clip
This node uses OAuth2 authentication.
- Go to the Restream Developer Portal and create a new application.
- Copy the Client ID and Client Secret into your n8n Restream OAuth2 credential.
- From n8n, copy the OAuth Redirect URL and paste it into your Restream application's redirect URI settings.
Tested with n8n@2.7.4.
This version adds new OAuth2 scopes (stream.default.read and storage.default.read) required for the new Event and Event Recording operations. Existing users must reconnect their Restream OAuth2 credentials to grant these new permissions:
- Open your n8n credentials page.
- Find your Restream OAuth2 credential.
- Click Reconnect to re-authorize with the updated scopes.
Existing Clip and Clip Project operations are unaffected and will continue to work without reconnecting.