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 field | Required | Where it comes from |
|---|---|---|
API key (API_KEY) | Yes | A Blotato API key, sent as the blotato-api-key header. |
Tools
| Tool | Access | What it does |
|---|---|---|
Get account (yekar.blotato.get-account) | Read | Return 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) | Write | Hand 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) | Write | Publish 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.