Make.com
Blotato has an official Make.com integration with the following modules:
Post
Publish
Publish a post to social platforms
Media
Upload
Upload media files
Visual
Create
Create visuals from templates (carousels, slideshows)
Visual
Get
Get visual creation status
Source
Create
Resolve content from URLs, text, PDFs, etc.
Source
Get
Get source resolution status and content
Using Source Modules
The Source modules allow you to resolve content from various sources programmatically.
Supported Source Types
text
Text content
Plain text
article
URL
Web article or blog post
youtube
URL
YouTube video
URL
Twitter/X post
tiktok
URL
TikTok video
perplexity-query
Text query
Perplexity AI search
audio
URL
Audio file
URL
PDF document
Create Source
Add a Blotato module
Select "Create a Source Resolution"
Choose the source type
Provide the URL or text input
Run to get a resolution ID
Get Source
Add another Blotato module
Select "Get a Source Resolution"
Pass the resolution ID from the Create step
Run to get the resolved content (title, content, referenceUrl)
Add a Sleep module between Create and Get if processing takes time (e.g., for long videos or PDFs).
For full API details, see: Source API Reference
Using Visual Modules
Visual creation is asynchronous. The Create module starts rendering and returns an ID. The Get module checks the status and returns the finished result.
Create Visual
Add a Blotato module
Select "Create a Visual"
Choose a template from the dropdown
Fill in the template inputs (prompt, scenes, etc.)
Run to get a visual creation ID
Get Visual
Add a Sleep module after Create Visual:
For carousel/slideshow templates without AI image generation: 45 seconds
For templates with AI image generation: 2 minutes
Add another Blotato module
Select "Get a Visual"
Pass the visual creation ID from the Create step
Check the
statusfield:done= visual is ready, usemediaUrlorimageUrlscreation-from-template-failed= check inputs and retryAny other status = still processing, add a longer Sleep and retry
Scenario Pattern
The "Create Everything with AI Agent" option is web-app only and not available as a Make.com template. Use a specific template from the dropdown instead.
For full API details, see: Create Visual API Reference
Last updated