Resources · Make integration

Abyssale Make integrationAutomate Abyssale with Make.

Turn one Abyssale template into every visual you need, without opening the editor each time. The Abyssale Make integration gives you 16 modules: 4 instant triggers and 12 actions. It suits marketers and designers who produce visuals at volume, and this page walks you from the API key to a working first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Abyssale Make integration do for you?

The Abyssale Make integration links your Abyssale account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules that runs on a schedule or when an app calls Make. Abyssale then produces images, GIFs, videos or PDFs from your templates, and tells Make the moment a file or an export is ready.

Product visuals in every size from one template. Generate Multi-Format Images takes a template you designed in Abyssale and renders all of its formats at once as JPEG, PNG or Web PDF. A marketing team launching a new offer gets the whole ad set in one pass instead of resizing by hand.

Print files ready for the printer. Generate Multi-Format PDFs for Printing and Generate Multi-Page PDF for Printing turn a print template into printable PDFs, one per format or one document with several pages, which suits flyers, menus or catalogues.

A clean handoff when a batch is done. Watch New File Batch fires as soon as Abyssale finishes a batch, and Export Visuals packs the result into a single .zip. The scenario below builds exactly this.

What Make does not give you here: there is no Make an API Call module for Abyssale, so you work with the 16 modules listed on this page. Every file still comes from a template you designed in Abyssale first. If you are weighing Make against n8n in general, read our n8n vs Make comparison, and the Make review covers the tool itself. When a scenario stops, Make troubleshooting is the place to start.

Connect

How do you connect Abyssale to Make?

  1. 01

    Create an API key in Abyssale

    In your Abyssale account, open Workspace settings in the left menu, then API Key. Click Create new API key and copy the key that appears. You need an active Abyssale account for this.

  2. 02

    Add an Abyssale module in Make

    In your Make scenario, add any Abyssale module and click Create a connection. A connection is your Abyssale account linked to Make once; every other Abyssale module reuses it. You can type a label in Connection name if you plan to link several workspaces.

  3. 03

    Paste the key and save

    Paste the API key you copied from Abyssale into the connection window, or follow the instructions Make shows on screen, and save. Once it is saved, Make lists what it can read from your Abyssale account inside the module fields.

First scenario

Your first scenario: zip every finished batch

GoalWhen Abyssale finishes a batch of visuals, Make exports the whole batch as one .zip file.

  1. 01

    Start an empty scenario

    Open the Scenarios page in Make, create a new scenario and click the big + to place the first module.

  2. 02

    Pick Watch New File Batch

    Search for Abyssale and choose Watch New File Batch. Click Create a webhook, then Create a connection with your API key, so Abyssale can call Make when a batch is done.

  3. 03

    Add Export Visuals

    Click the + on the right of the trigger and add Export Visuals. Map the files the trigger received into it, picking them from the list of data Make shows for the previous module.

  4. 04

    Test with Run once

    Click Run once, then launch a batch generation in Abyssale. Each module shows the bundles it received: a bundle is one item passed from module to module, here the batch and then the exported archive.

  5. 05

    Switch the scenario on

    When the test looks right, turn the scenario on. Because the trigger is instant, Make no longer waits for a schedule: it runs each time Abyssale reports a finished batch.

Triggers

Abyssale triggers: what starts your scenario

4 modules start a scenario when something happens in Abyssale. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Abyssale as soon as it happens.

Abyssale1Watch New Export

Watch New Export

Instant trigger

In MakeTriggers when an export of one or multiple images has been completed.

This trigger starts your scenario when an export of one or several images is complete in Abyssale, so the finished archive can move on without anyone checking the dashboard.

How it fires
instant. Abyssale calls Make through a webhook as soon as the export is done; there is no polling and no schedule to set.
When to use it
follow it with a module from a storage or messaging app, so an export reaches the right folder or channel the moment it exists.
Watch out
it reacts to exports, not to single generations. For one freshly rendered file, Watch New File is the right choice.
Abyssale2Watch New File

Watch New File

Instant trigger

In MakeTriggers when a single file generation is completed.

Watch New File hands Make each file the moment Abyssale finishes generating it, one file per run, which keeps follow-up steps simple.

How it fires
instant. Abyssale notifies Make through a webhook right after a single file generation completes.
When to use it
a teammate generates a social visual by hand in Abyssale and you want it posted, filed or sent for approval without copying links around.
Watch out
batch generations have their own trigger, Watch New File Batch. Using this one for batches spreads the work across many runs, and each module run counts as an operation, the unit Make bills on your plan.
Abyssale3Watch New File Batch

Watch New File Batch

Instant trigger

In MakeTriggers when a batch generation of images is completed.

With this trigger your scenario receives a whole batch of images once Abyssale has rendered all of it, so you handle the set as one unit instead of file by file.

How it fires
instant. When the batch generation completes, Abyssale calls Make through a webhook.
When to use it
after Generate Multi-Format Images or Generate Multi-Format Animated GIFs, when the next step needs every format together, such as zipping them with Export Visuals or sending one message with all sizes.
Watch out
when you add it, click Create a webhook first, then Create a connection, as the Make documentation asks for instant modules.
Abyssale4Watch Template Status

Watch Template Status

Instant trigger

In MakeWatch Template Status modification

Watch Template Status tells your scenario that the status of an Abyssale template has changed, which lets design and marketing stay in step without chasing each other.

How it fires
instant. Abyssale calls Make through a webhook as soon as the status is modified.
When to use it
a designer updates a template and the campaign owner should hear about it, or a generation scenario should only start once the template has moved on.
Watch out
the Make documentation does not list the possible status values, so run the scenario once with Run once and read the bundle before you filter on a specific status.
Modules

Abyssale actions: what Make can create and fetch

Abyssale gives you 12 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Abyssale1

Export Visuals

Action

In MakeExport one or multiple previously generated visuals in .zip format

Export Visuals gathers visuals you already generated in Abyssale and delivers them as one .zip archive, ready to share or store.

When to use it
right after a batch, when a client or a print shop expects a single download instead of a list of links.
Watch out
it only exports existing files. Generate them first, and on the Free plan remember Make handles files up to 5 MB.
Abyssale2

Generate HTML5 Banner Ads

Action

In MakeGenerate HTML5 banner ads from an animated template designed in Abyssale

This action produces HTML5 banner ads from an animated template you built in Abyssale, so one design becomes a moving display ad.

When to use it
a display campaign where the copy or price changes per market and each version needs its own animated banner.
Watch out
the template must be an animated one; a static template belongs with the image modules instead.
Abyssale3

Generate Multi-Format Animated GIFs

Action

In MakeGenerate multiple animated GIFs at once from a template designed in Abyssale

Here you get several animated GIFs in one go, one for each format of an Abyssale template, which saves exporting each size separately.

When to use it
email headers or social posts where a light animation works better than a video and every channel wants its own dimensions.
Watch out
several GIFs at once likely count as a batch generation in Abyssale; check with Run once that Watch New File Batch picks them up before building on it.
Abyssale4

Generate Multi-Format Images

Action

In MakeGenerate multiple images (JPEG, PNG, Web PDF) at once from a template designed in Abyssale

This is the workhorse for ad sets: one call renders every format of a template as JPEG, PNG or Web PDF, all from the same data.

When to use it
a new product row lands in your catalogue app and you want feed, story and banner sizes at once.
Watch out
more formats mean more files to move afterwards; when you only need one size, Generate Single Image keeps the scenario lighter.
Abyssale5

Generate Multi-Format PDFs for Printing

Action

In MakeGenerate multiple printable PDFs at once from a template designed in Abyssale

You receive printable PDFs, one per format of the template, so the same flyer comes out in each size your printer asked for.

When to use it
an event or a store opening where posters, flyers and table cards share one design but differ in size.
Watch out
each format becomes a separate PDF. If you need several pages in one document, pick Generate Multi-Page PDF for Printing.
Abyssale6

Generate Multi-Format Videos

Action

In MakeGenerate multiple videos at once from an animated template designed in Abyssale

Short videos in every format of an animated Abyssale template, generated together, which is how you feed several video placements from one brief.

When to use it
a promotion that needs square, vertical and landscape clips carrying the same message.
Watch out
video files grow quickly, and the Free plan caps files at 5 MB in Make, so check sizes during your Run once test before relying on it.
Abyssale7

Generate Multi-Page PDF for Printing

Action

In MakeGenerate a multi-page printable PDF from a template designed in Abyssale

This one builds a single printable PDF with several pages from one Abyssale template, the right shape for a brochure or a menu.

When to use it
a catalogue or a price sheet where each page follows the same layout and the printer wants one file.
Watch out
it returns one document. For the same page in several sizes, Generate Multi-Format PDFs for Printing is the better fit.
Abyssale8

Generate Open Graph Link

Action

In MakeEmbed your images as Open Graph into unique redirect shortlinks. Great for hyper-personalized Linkedin or Facebook messages

Generate Open Graph Link wraps your image in a unique short redirect link, so the personalized visual shows up as the preview when the link is shared.

When to use it
prospecting messages on LinkedIn or Facebook where each contact should see a preview made for them.
Watch out
one link per person means one run per contact, and each run uses operations on your Make plan.
Abyssale9

Generate Single Image

Action

In MakeGenerate a single image (JPEG, PNG, Web PDF) from a template designed in Abyssale

One template, one format, one image: this action renders a single JPEG, PNG or Web PDF and keeps the scenario simple.

When to use it
a certificate after a course, a quote card for a blog post, or any case where only one size is ever needed.
Watch out
if you later need other sizes, switch to Generate Multi-Format Images rather than stacking several copies of this module.
Abyssale10

Get a File

Action

In MakeRetrieves the details about a previously generated file.

Get a File fetches the details of a file Abyssale already generated, so a later step can reuse it without rendering it again.

When to use it
a scenario that starts from another app, knows which file it wants and must send or archive that exact visual.
Watch out
it targets one specific file, not a list, and it creates nothing, so the file has to exist already.
Abyssale11

Get a Template

Action

In MakeRetrieves the details about a template you designed on Abyssale.

This action reads the details of a template you designed in Abyssale, which helps a scenario decide what to generate next.

When to use it
before a generation step, to check a template's information and route the run to the right generation module.
Watch out
it reads, it does not change anything in the template; edits still happen in Abyssale.
Abyssale12

Get a Template Format

Action

In MakeRetrieves the details about a format added to a template you designed on Abyssale.

Get a Template Format returns the details of one format added to a template, down to that single size rather than the whole design.

When to use it
a scenario that generates only certain sizes and needs to confirm a format exists on the template before calling Generate Single Image.
Watch out
it targets one format of one template, so pick the template first, then the format.
Need help

Need help automating Abyssale with Make?

A person reads every message.

FAQ

Abyssale and Make: common questions

01Is the Abyssale Make integration free?
Yes, on the Make side. Abyssale is a standard app, available from the Make Free plan. That plan allows 2 active scenarios, a 15 minute minimum between scheduled runs, runs of up to 5 minutes, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lift those limits and count usage in credits, meaning operations, each month. Abyssale itself needs an active account with API access, and its own pricing page tells you which subscription that requires.
02What do you need to connect Abyssale to Make?
You need an active Abyssale account and an API key. In Abyssale, open Workspace settings, then API Key, click Create new API key and copy it. In Make, add an Abyssale module, click Create a connection, name it if you like and paste the key. Since every Abyssale trigger is instant, click Create a webhook before creating the connection when you add one of them. The same connection then serves all 16 Abyssale modules.
03Do Abyssale triggers in Make react in real time?
Yes. All 4 Abyssale triggers are instant: Abyssale calls Make through a webhook as soon as the event happens, whether an export completes, a single file or a batch finishes rendering, or a template status changes. Make does not poll Abyssale on a schedule for these, so the 15 minute default schedule of a new scenario does not apply to them. You simply switch the scenario on and it runs each time Abyssale sends an event.
04What if the Abyssale module you need is missing in Make?
It depends on the task. Abyssale has no Make an API Call module in Make, so you cannot send custom requests from this app. First check whether one of the 12 actions already covers the need: the Get a File, Get a Template and Get a Template Format modules read existing data, and the generation modules cover images, GIFs, videos, HTML5 banners and PDFs. If none fits, another app in your scenario may handle that step, or the team can look at the case with you.
05Should you use Make or n8n with Abyssale?
It depends on what you already run. On Make, Abyssale offers 16 modules, including 4 instant triggers, is available from the Free plan and connects with a single API key, which makes it an easy start for someone new to automation. This page does not document an Abyssale node on n8n, so check what n8n offers for Abyssale before choosing it for this app. Base the choice on the modules you need and on the tool your team already knows.