- Home
- Resources
- Integrations
- Carbone
Carbone Make integrationAutomate Carbone with Make.
What if every contract, quote or report filled itself in from your data? The Carbone Make integration gives you 12 modules: 9 actions and 3 searches to manage templates and generate documents. This page shows ops and sales teams how to connect Carbone and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Carbone Make integration automate?
The Carbone Make integration links your Carbone account to Make so a scenario, the automation you build in Make, can send data to a template and get a finished document back. Each step of that scenario is a module, and Carbone brings 12 of them: templates in, documents out, without writing code.
Sales quotes that write themselves. A deal moves to a new stage in your CRM, the scenario passes its details to Generate & Download a Document, and the quote comes back as a file you can email or store in the next module.
A template library that stays tidy. Legal updates the master contract: Update a Template replaces it in Carbone storage, and List Templates lets you check what is live before anyone generates from an old version.
Reports built from a spreadsheet. Rows collected in a sheet or a base, for example through the Airtable Make integration, become the data-set Carbone merges into a report template with Generate a Document.
What Make does not give you here: Carbone has no trigger module, so the scenario always starts from another app or from the schedule. The Make documentation for Carbone also warns that it is AI-generated from Carbone's own docs, so check anything critical on the Carbone side.
Wondering whether another tool suits you better? The n8n vs Make comparison lays out the criteria, and the Make training walks you through scenario building step by step.
How do you connect Carbone to Make?
- 01
Copy your Carbone API key
You need a Carbone Cloud account with an API token, or access to a running Carbone On-Premise instance. In Carbone, open your account dashboard and copy the API key shown on screen. Keep it handy for the next step.
- 02
Add a Carbone module in Make
In your scenario, click the +, search for Carbone and pick any of its modules. Click Create a connection. A connection is your Carbone account linked to Make once, then reused by every Carbone module.
- 03
Paste the key and save
Give the connection a clear name in Connection name if you like; this field is optional. Paste the API key you copied, or follow the on-screen instructions, then save. Make can now talk to your Carbone account.
Your first scenario with Carbone and Make
GoalWhen a new record lands in another app, Make sends its data to a Carbone template and brings the finished document back.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Since Carbone has no trigger, pick the app where your data lives, such as your CRM or a spreadsheet.
- 02
Set up the starting module
Choose the module that watches for new records in that app, create its connection, and fill in its fields. Each record it finds becomes a bundle: one item that travels to the next module.
- 03
Add Generate & Download a Document
Click the + on the right, search for Carbone and pick Generate & Download a Document. Link your Carbone connection, enter the template ID and map the record fields into the JSON data-set.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received. Open the Carbone module output to confirm the document came back with the right data.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Add a module after Carbone if the file should go to email or cloud storage.
What the Carbone modules do
Carbone gives you 12 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Template
ActionIn Make“Adds a new template file to Carbone storage.”
Puts a new template file into your Carbone storage from a scenario. No manual upload: a layout made elsewhere is ready for your next documents.
Delete a Template
ActionIn Make“Deletes a template from your Carbone storage according to a "Template ID".”
Removes a template from Carbone storage by its Template ID, which keeps your library free of retired layouts that someone might still pick by mistake.
Download a Document
ActionIn Make“Downloads a document from a Render Id.”
Fetches a document that Carbone has already rendered, using its Render Id, and hands the file to the next module so you can send or store it.
Download a Template
ActionIn Make“Downloads a template from your Carbone storage according to a "Template ID".”
Retrieves the template file itself from Carbone storage, by Template ID, so you get the layout back as a file inside your scenario.
Generate a Document
ActionIn Make“Generates a document from a template ID and a JSON data-set.”
Merges a JSON data-set into a template, identified by its ID, and has Carbone produce the finished document: the heart of the integration.
Generate & Download a Document ⚡️
ActionIn Make“Generate and Download a Document from a template ID and a JSON data-set.”
Does the render and the download in one module: you send a template ID and a JSON data-set, and you get the finished file right away.
Get a Status
ActionIn Make“Gets Carbone Cloud API status.”
Checks whether the Carbone Cloud API is up and tells your scenario before it tries to generate anything, which helps you avoid a run that fails halfway.
Make an Api Call
ActionIn Make“Performs an arbitrary authorized API call.”
Lets you call any endpoint of the Carbone API from your scenario while reusing the same connection, so no need to handle the API key again.
List Categories
SearchIn the docs onlyReturns the categories used to sort templates in your Carbone account, one bundle per category, so later modules can work with each of them.
List Tags
SearchIn the docs onlyBrings back the tags attached to your templates, so a scenario can find out which labels exist before choosing a template to work with.
List Templates
SearchIn the docs onlyLists the templates stored in Carbone, one bundle each, which gives your scenario the IDs it needs for generating, downloading or deleting.
Update a Template
ActionIn the docs onlyChanges a template already in your Carbone storage. The Make docs say nothing more, but the name suggests you revise the template in place instead of adding a second copy next to it.
Need help automating Carbone with Make?
A person reads every message.