Schedule a Post to X
A typical flow to schedule a post to X (Twitter):Post to Discord with Channel Selection
Platforms like Discord require selecting a channel first:Get the schema
The agent calls
integrationSchema with platform: "discord" and discovers a tool to list channels.Post with an AI-Generated Image
Generate a Video and Post
Get voice options
For Image Text Slides, the agent calls Returns a list of available voices with their IDs.
videoFunctionTool:Create an X Thread
To create a thread on X, add multiple items topostsAndComments:
Post to LinkedIn with a Comment
For LinkedIn, the first item inpostsAndComments is the post and the rest are comments:
Bulk Schedule
Schedule 5 posts across different days:socialPost array is an independent post with its own date, content, and settings.
