Back to Autogpt

Ayrshare Post To Threads

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

0.6.442.3 KB
Original Source

Ayrshare Post To Threads

<!-- MANUAL: file_description -->

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

<!-- END MANUAL -->

Post To Threads

What it is

Post to Threads using Ayrshare

How it works

<!-- MANUAL: how_it_works -->

This block uses Ayrshare's API to publish content to Threads (Meta's text-based social platform). It supports text posts (up to 500 characters with one hashtag), images, videos, and carousels (up to 20 items), with automatic link previews when no media is attached.

The block authenticates through Meta's API via Ayrshare. Content can mention users via @handle syntax, be scheduled for future publishing, and include approval workflows for content review.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
postThe post text (max 500 chars, empty string allowed). Only 1 hashtag allowed. Use @handle to mention users.strNo
media_urlsOptional list of media URLs. Supports up to 20 images/videos in a carousel. Auto-preview links unless media is included.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

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 -->

Thought Leadership: Share quick insights, opinions, or industry commentary in a conversational format.

Cross-Platform Text Content: Automatically syndicate text-based content from other platforms to Threads.

Community Engagement: Post discussion prompts or responses to engage with your Threads audience.

<!-- END MANUAL -->