v1
latestOpenAPI 3.0.02026-07-1471718.0 KBBluesky by Unshape
Reply to post
Create a post from the request's body and set it as a reply to the given post URL.
post/bluesky/reply
Headers
X-Bluesky-Usernamestring required
Bluesky username
X-Bluesky-Emailstring required
Bluesky email
X-Bluesky-App-Passwordstring required
Generated app password
Request body
Example request
{
"embedUrl": "https://www.unshape.app/bluesky-bot/",
"postUrl": "https://bsky.app/profile/duksis.bsky.social/post/3kiue4jg6mj2e",
"text": "Start automating your Bluesky, Mastodon and Threads posts with Unshape for Zapier, Make and Pipedream.",
"tags": "#zapier #unshape #bluesky"
}Response
Success - Post was successfully created in Bluesky
Example response
{
"success": true,
"result": {
"uri": "at://did:plc:zrorfsettofvnoguuyk6cart/app.bsky.feed.post/3kkypj7dft626",
"cid": "bafyreibqqhsm3ap4mxcc74t22kxvfswzhdtisqhehaz4vzuj4vwm73kma4"
}
}