Skip to main content

Blotato

Publish and schedule social posts across linked accounts through Blotato.

Connect Blotato with an API key to read the linked social accounts, re-host media for posting, and publish or schedule a post to one of those accounts.

Connect

Credential fieldRequiredWhere it comes from
API key (API_KEY)YesA Blotato API key, sent as the blotato-api-key header.

Tools

ToolAccessWhat it does
Get account (yekar.blotato.get-account)ReadReturn the Blotato account this connection authenticates as, with the social accounts linked to it and their ids - Create post needs one of those ids.
Upload media (yekar.blotato.upload-media)WriteHand Blotato a public image or video URL and get back the Blotato-hosted URL to attach to a post. Posts must reference the returned URL, not the original one.
Create post (yekar.blotato.create-post)WritePublish or schedule a post through Blotato to one linked social account. This posts to a real audience - omitting scheduledTime publishes immediately.

Notes

  • In Blotato, open the API dashboard and copy your API key.
  • Link each social account inside Blotato first - posting needs the account id that Get account returns.
  • Media must be uploaded through Upload media before posting; a post referencing the original URL will not carry the asset.