Make.com

Blotato has an official Make.com integration with the following modules:

Resource
Operation
Description

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

Source Type
Input
Description

text

Text content

Plain text

article

URL

Web article or blog post

youtube

URL

YouTube video

twitter

URL

Twitter/X post

tiktok

URL

TikTok video

perplexity-query

Text query

Perplexity AI search

audio

URL

Audio file

pdf

URL

PDF document

Create Source

  1. Add a Blotato module

  2. Select "Create a Source Resolution"

  3. Choose the source type

  4. Provide the URL or text input

  5. Run to get a resolution ID

Get Source

  1. Add another Blotato module

  2. Select "Get a Source Resolution"

  3. Pass the resolution ID from the Create step

  4. 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 Referencearrow-up-right

Last updated