Create Notion page when Bluesky user goes live
This trigger fires when a specified Bluesky user's live status changes from not live to live.
Developer info
- API endpoint slug
- bluesky.user_goes_live
Trigger fields
Author handle Text input > Other
- Label
- Which User?
- Helper text
- Enter the user's handle (e.g. example.bsky.social), do not include the leading @ symbol
- Slug
- author_handle
- Required
- true
- Can have default value
- true
Ingredients
Author handle The handle of the user who went live
- Slug
- author_handle
- Filter code
- Bluesky.userGoesLive.AuthorHandle
- Type
- String
- Example
- streamer.bsky.social
Stream url URL of the stream
- Slug
- stream_url
- Filter code
- Bluesky.userGoesLive.StreamUrl
- Type
- Web URL
- Example
- https://twitch.tv/streamer
Stream title Title of the stream
- Slug
- stream_title
- Filter code
- Bluesky.userGoesLive.StreamTitle
- Type
- String
- Example
- Playing some games!
Stream description Description of the stream
- Slug
- stream_description
- Filter code
- Bluesky.userGoesLive.StreamDescription
- Type
- String
- Example
- Come hang out and chat while I play
Thumbnail url Thumbnail image for the stream
- Slug
- thumbnail_url
- Filter code
- Bluesky.userGoesLive.ThumbnailUrl
- Type
- Image URL
- Example
- https://example.com/thumbnail.jpg
Created at When the trigger detected the live status
- Slug
- created_at
- Filter code
- Bluesky.userGoesLive.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00