Back to Autogpt

Ayrshare Post To Bluesky

docs/integrations/block-integrations/ayrshare/post_to_bluesky.md

0.6.442.4 KB
Original Source

Ayrshare Post To Bluesky

<!-- MANUAL: file_description -->

Blocks for posting content to Bluesky using the Ayrshare social media management API.

<!-- END MANUAL -->

Post To Bluesky

What it is

Post to Bluesky using Ayrshare

How it works

<!-- MANUAL: how_it_works -->

This block uses Ayrshare's social media API to publish content to Bluesky. It handles text posts (up to 300 characters), images (up to 4), and video content with support for scheduling, accessibility features like alt text, and link shortening.

The block authenticates through your Ayrshare credentials and sends the post data to Ayrshare's unified API, which then publishes to Bluesky. It returns post identifiers and status information upon completion, or error details if the operation fails.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
postThe post text to be published (max 300 characters for Bluesky)strNo
media_urlsOptional list of media URLs to include. Bluesky supports up to 4 images or 1 video.List[str]No
is_videoWhether the media is a videoboolNo
schedule_dateUTC datetime for scheduling (YYYY-MM-DDThh:mm:ssZ)str (date-time)No
disable_commentsWhether to disable commentsboolNo
shorten_linksWhether to shorten linksboolNo
unsplashUnsplash image configurationstrNo
requires_approvalWhether to enable approval workflowboolNo
random_postWhether to generate random post textboolNo
random_media_urlWhether to generate random mediaboolNo
notesAdditional notes for the poststrNo
alt_textAlt text for each media item (accessibility)List[str]No

Outputs

OutputDescriptionType
errorError message if the operation failedstr
post_resultThe result of the postPostResponse
postThe result of the postPostIds

Possible use case

<!-- MANUAL: use_case -->

Cross-Platform Publishing: Automatically share content across Bluesky and other social networks from a single workflow.

Scheduled Content Calendar: Queue up posts with specific publishing times to maintain consistent presence on Bluesky.

Visual Content Sharing: Share image galleries with accessibility-friendly alt text for photo-focused content strategies.

<!-- END MANUAL -->