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