- Home
- Resources
- Integrations
- OneSimpleApi
OneSimpleApi Make integrationAutomate OneSimpleApi with Make.
Need PDFs, QR codes or clean email lists without writing code? The OneSimpleApi Make integration gives you 15 action modules, all usable on the Free plan. This guide shows what each one is good for, how to connect your account and how to build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the OneSimpleApi Make integration do for you?
The OneSimpleApi Make integration lets a Make scenario (the automation you build, a chain of steps) call OneSimpleApi's small utilities: turn HTML into a PDF, check an email address, read a web page's metadata, shrink an image. Each utility is a module, one brick of the scenario, and it works on data another app hands over.
Cleaner signup lists. A contact arrives from a form or a CRM, Validate an Email Address flags throwaway addresses and invalid domains, and only the good ones move on to your mailing tool.
Documents built from your data. Create PDF from HTML turns a quote template filled with order details into a file, while Generate PDF archives a page that is already online. If you need an image instead, Create Image from HTML does the same job for social cards or certificates.
Fair prices per country. Calculate Discount using PPP adjusts a price to the buyer's purchasing power, and Obtain an Exchange Rate gives you the conversion for every available currency.
What the integration does not do: OneSimpleApi has no trigger in Make, so something else has to start the scenario, either another app or a schedule. Make's documentation for this app is also flagged as limited, so testing each module with Run once matters more than usual. If you are new to the editor, the Make training walks through these basics.
OneSimpleApi also has an n8n node, covered on the OneSimpleApi n8n integration page, and the n8n vs Make comparison helps you pick between the two tools.
How do you connect OneSimpleApi to Make?
- 01
Add a OneSimpleApi module
In your scenario, click the +, search for OneSimpleApi and pick any of its modules. Then click Create a connection. A connection is your OneSimpleApi account linked to Make once, and every OneSimpleApi module reuses it afterwards.
- 02
Name it and authorize
Give the connection a name if you like, something that tells you which account it belongs to. Then follow what the window asks: either authorize Make on OneSimpleApi's page, or paste the key OneSimpleApi gives you in your account.
- 03
Save and check
Click Save. The connection now appears in the module's dropdown, and the module fields open up. From here you only map data, no need to reconnect for the next OneSimpleApi module in the same scenario.
Your first scenario: check an attendee's email, then create their QR code
GoalWhen someone registers for your event in another app, Make checks their email with OneSimpleApi and creates a QR code for their ticket.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. The first module belongs to the app where registrations land, such as your form tool or your spreadsheet, since OneSimpleApi has no trigger.
- 02
Add Validate an Email Address
Click the + on the right of the first module, search OneSimpleApi and choose Validate an Email Address. Pick your connection, then map the attendee's email from the registration.
- 03
Add Generate QR Code
Add one more module with the + and pick Generate QR Code. Map the text the code should hold, for example the registration ID or the link to the attendee's ticket page.
- 04
Test with Run once
Click Run once, then submit a test registration. Open the bubbles above each module to read the bundles, the items each one received and returned. Read the verdict on the email and open the QR code image before going further.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. Each module run counts as an operation on your Make plan, so three modules per attendee means three operations.
The 15 OneSimpleApi modules, one by one
OneSimpleApi gives you 15 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Calculate Discount using PPP
- Create Image from HTML
- Create PDF from HTML
- Expand Shortened URL
- Generate PDF
- Generate QR Code
- Make an API call
- Obtain an Exchange Rate
- Obtain Instagram Profile
- Obtain Spotify Profile
- Optimize, resize and deliver images via CDN
- Retrieve Image Metadata
- Retrieve Web Page Metadata
- Take a Screenshot
- Validate an Email Address
Calculate Discount using PPP
ActionIn Make“Provide fair discounts to your users based on PPP (Purchase Power Parity). Also included is the exchange rate for the customer's currency.”
Suggests a fairer price for each buyer based on purchasing power parity (PPP), the idea that the same amount of money does not buy the same thing everywhere. It also returns the exchange rate for the customer's currency.
Create Image from HTML
ActionIn Make“Creates a Screenshot Image from an HTML string. It can have embedded CSS or a link to a CSS file. Make sure that all external elements (images, CSS, etc) have absolute paths.”
Renders HTML you write, with CSS inside it or linked from a file, into a picture. The content can change for every record: a name, a score, a date pulled from an earlier module.
Create PDF from HTML
ActionIn Make“Creates a PDF file from an HTML string. It can have embedded CSS or a link to a CSS file. Make sure that all external elements (images, CSS, etc) have absolute paths.”
Builds a PDF file from an HTML string, so a quote, a receipt or a delivery note can follow your own layout. You write the template once and the scenario fills it with fresh data each time.
Expand Shortened URL
ActionIn Make“Retrieves the original URL from a shortened URL.”
Takes a short link and gives you back the original address hiding behind it. Useful whenever you collect links you did not create yourself and want to know where they really point.
Generate PDF
ActionIn Make“Creates a PDF file from a website URL.”
Saves a live web page as a PDF from its URL. Nothing to design: the page you give it is the page you get back as a file, ready to attach or archive.
Generate QR Code
ActionIn Make“Generates a QR Code from a text or URL.”
Turns any text or link into a QR code image that a phone camera can scan. The code holds exactly what you map into it, nothing more.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call. Custom headers are not supported.”
Sends a request of your choice to OneSimpleApi's API with the connection you already set up. It is the escape hatch for anything the other OneSimpleApi modules do not cover.
Obtain an Exchange Rate
ActionIn Make“Obtains the exchange rate for all available currencies.”
Fetches the exchange rates for every currency OneSimpleApi knows about, in a single call. You then pick the rate you need in the following module and do the math there.
Obtain Instagram Profile
ActionIn Make“Obtains Instagram profile details, including name, followers, following, profile picture, and last 5 posts.”
Pulls the public face of an Instagram account: name, follower and following counts, profile picture and the last 5 posts. Handy for turning a bare handle into a filled record.
Obtain Spotify Profile
ActionIn Make“Obtain Spotify profile, including the artist name, picture, external URL, the number of followers, popularity ranking, monthly listeners, biography, social media links, top songs and top ranked listening locations.”
Returns a detailed artist card from Spotify: name, picture, link, followers, popularity ranking, monthly listeners, biography, social links, top songs and the places where people listen most.
Optimize, resize and deliver images via CDN
ActionIn Make“Image manipulation doesn't have to be hard. This API makes it super simple to adapt your images and then deliver them using a Content Delivery Network. OneSimpleApi will automatically resize, crop, optimize, add filters, host, and deliver your images.”
Resizes, crops, compresses and filters an image, then hosts it and serves it through a CDN, a network of servers that delivers files quickly to visitors. You get back a ready-to-publish version.
Retrieve Image Metadata
ActionIn Make“Retrieves EXIF information from an Image URL: Camera details, GPS Location, Aperture, Whitebalance, Flash usage, etc.”
Reads the EXIF data hidden inside a photo, from its URL: camera model, GPS location, aperture, white balance, whether the flash fired. Nothing visible changes, you just learn how and where the picture was taken.
Retrieve Web Page Metadata
ActionIn Make“Retrieves Title, Description, Meta Tags, Open Graph, and Twitter Card details from an URL.”
Visits a URL and brings back what the page says about itself: title, description, meta tags, Open Graph and Twitter Card details. It is what a social network reads to build a link preview.
Take a Screenshot
ActionIn Make“Takes a website screenshot easy and fast with pixel-perfect quality.”
Captures a picture of a website from its address. You get an image of the page as a visitor would see it, without opening a browser yourself.
Validate an Email Address
ActionIn Make“Validates an email address to weed out throwaway addresses, invalid domains, and non-canonical addresses.”
Checks an email address and flags the ones worth keeping out: disposable inboxes, domains that do not exist, and addresses written in a non-standard form. You get a verdict you can act on in the next step.
Need help automating OneSimpleApi with Make?
A person reads every message.