This trigger fires when an author creates a new post.
- API endpoint slug
- bluesky.new_post_by_author
Trigger fields
- Label
- Which Author?
- Helper text
- Enter the author's handle (e.g. example.bsky.social), do not include the leading @ symbol
- Slug
- author_handle
- Required
- true
- Can have default value
- true
- Label
- Post Filter
- Helper text
- Filter posts by type
- Slug
- post_filter
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- author_display_name
- Filter code
- Bluesky.newPostByAuthor.AuthorDisplayName
- Type
- String
- Example
- Jane Doe
- Slug
- author_handle
- Filter code
- Bluesky.newPostByAuthor.AuthorHandle
- Type
- String
- Example
- janedoe.bsky.social
- Slug
- post_text
- Filter code
- Bluesky.newPostByAuthor.PostText
- Type
- String
- Example
- Just posted this amazing update on Bluesky!
- Slug
- post_url
- Filter code
- Bluesky.newPostByAuthor.PostUrl
- Type
- String
- Example
- https://bsky.app/profile/janedoe.bsky.social/post/abc123
- Slug
- post_id
- Filter code
- Bluesky.newPostByAuthor.PostId
- Type
- String
- Example
- abc123def456
- Slug
- likes_count
- Filter code
- Bluesky.newPostByAuthor.LikesCount
- Type
- String
- Example
- 42
- Slug
- reposts_count
- Filter code
- Bluesky.newPostByAuthor.RepostsCount
- Type
- String
- Example
- 15
- Slug
- reply_count
- Filter code
- Bluesky.newPostByAuthor.ReplyCount
- Type
- String
- Example
- 8
- Slug
- quote_count
- Filter code
- Bluesky.newPostByAuthor.QuoteCount
- Type
- String
- Example
- 3
- Slug
- created_at
- Filter code
- Bluesky.newPostByAuthor.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00