Automatically set Bluesky live status when you stream on Twitch
This action sets your Bluesky profile to show a live status with a stream link.
Developer info
- API endpoint slug
- bluesky.set_live_status
- Filter code method
- Bluesky.setLiveStatus.skip(string?: reason)
- Runtime method
- runAction("bluesky.set_live_status", {})
Action fields
Stream url Text input > Link
- Label
- Stream URL
- Helper text
- The URL of your Twitch stream. Only Twitch is currently supported by Bluesky.
- Slug
- stream_url
- Required
- true
- Can have default value
- true
- Filter code method
- Bluesky.setLiveStatus.setStreamUrl(string: stream_url)
Duration minutes Text input > Other
- Label
- Duration (minutes)
- Helper text
- How long the status should be active (default: 60 minutes).
- Slug
- duration_minutes
- Required
- false
- Can have default value
- true
- Filter code method
- Bluesky.setLiveStatus.setDurationMinutes(string: duration_minutes)
Thumbnail url Text input > Photo
- Label
- Thumbnail URL
- Helper text
- Optional thumbnail image URL for the stream preview.
- Slug
- thumbnail_url
- Required
- false
- Can have default value
- true
- Filter code method
- Bluesky.setLiveStatus.setThumbnailUrl(string: thumbnail_url)