Back to Autogpt

Ayrshare Post To Snapchat

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

0.6.442.5 KB
Original Source

Ayrshare Post To Snapchat

<!-- MANUAL: file_description -->

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

<!-- END MANUAL -->

Post To Snapchat

What it is

Post to Snapchat using Ayrshare

How it works

<!-- MANUAL: how_it_works -->

This block uses Ayrshare's API to publish video content to Snapchat. Snapchat only supports video content, with three destination options: Stories (24-hour ephemeral content), Saved Stories (persistent Stories), and Spotlight (public discovery feed).

The block authenticates through Ayrshare and uploads video content with optional custom thumbnails. Videos can be scheduled for future publishing and support approval workflows for content review before going live.

<!-- END MANUAL -->

Inputs

InputDescriptionTypeRequired
postThe post text (optional for video-only content)strNo
media_urlsRequired video URL for Snapchat posts. Snapchat only supports video content.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
story_typeType of Snapchat content: 'story' (24-hour Stories), 'saved_story' (Saved Stories), or 'spotlight' (Spotlight posts)strNo
video_thumbnailThumbnail URL for video content (optional, auto-generated if not provided)strNo

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

Ephemeral Marketing: Share time-sensitive promotions or behind-the-scenes content that creates urgency through 24-hour Stories.

Public Discovery: Post engaging video content to Spotlight to reach new audiences beyond your followers.

Scheduled Story Series: Plan and schedule a sequence of video Stories for product launches or events.

<!-- END MANUAL -->