v1

latestOpenAPI 3.0.02026-07-1471718.0 KB
Bluesky 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

embedUrlstring uri

URL for embedded content in the reply, if provided.

postUrlstring uri required

URL of the original post to which this is a reply.

textstring required

Text content of the reply.

tagsstring

Hashtags to add at the end of the reply. This will not truncate the text of the reply.

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

successboolean

Example response

{
  "success": true,
  "result": {
    "uri": "at://did:plc:zrorfsettofvnoguuyk6cart/app.bsky.feed.post/3kkypj7dft626",
    "cid": "bafyreibqqhsm3ap4mxcc74t22kxvfswzhdtisqhehaz4vzuj4vwm73kma4"
  }
}