Close menu
Explore Plans
Mobile menu Close menu
Bluesky

New post by author

Pro icon This trigger fires when an author creates a new post.

Developer info

API endpoint slug
bluesky.new_post_by_author

Trigger fields

Author handle Text input > Other

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

Post filter Dropdown list

Label
Post Filter
Helper text
Filter posts by type
Slug
post_filter
Required
true
Can have default value
true

Ingredients

Author display name

Slug
author_display_name
Filter code
Bluesky.newPostByAuthor.AuthorDisplayName
Type
String
Example
Jane Doe

Author handle

Slug
author_handle
Filter code
Bluesky.newPostByAuthor.AuthorHandle
Type
String
Example
janedoe.bsky.social

Post text

Slug
post_text
Filter code
Bluesky.newPostByAuthor.PostText
Type
String
Example
Just posted this amazing update on Bluesky!

Post url

Slug
post_url
Filter code
Bluesky.newPostByAuthor.PostUrl
Type
String
Example
https://bsky.app/profile/janedoe.bsky.social/post/abc123

Post

Slug
post_id
Filter code
Bluesky.newPostByAuthor.PostId
Type
String
Example
abc123def456

Likes count

Slug
likes_count
Filter code
Bluesky.newPostByAuthor.LikesCount
Type
String
Example
42

Reposts count

Slug
reposts_count
Filter code
Bluesky.newPostByAuthor.RepostsCount
Type
String
Example
15

Reply count

Slug
reply_count
Filter code
Bluesky.newPostByAuthor.ReplyCount
Type
String
Example
8

Quote count

Slug
quote_count
Filter code
Bluesky.newPostByAuthor.QuoteCount
Type
String
Example
3

Created at

Slug
created_at
Filter code
Bluesky.newPostByAuthor.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00