This action sets your Bluesky profile to show a live status with a stream link.
- API endpoint slug
- bluesky.set_live_status
- Filter code method
- Bluesky.setLiveStatus.skip(string?: reason)
- Runtime method
- runAction("bluesky.set_live_status", {})
Action fields
- 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)
- 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)
- 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)