Smaily Make integrationAutomate Smaily with Make.
Keep Smaily in step with the rest of your tools, without writing code. The Smaily Make integration offers 16 modules, 9 actions and 7 searches. This guide takes Smaily marketers from the connection to a first live scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Smaily Make integration do for you?
The Smaily Make integration links your Smaily account to Make, a no-code tool where you build a scenario: a chain of modules that runs on its own. Each module is one brick of that chain. For Smaily, a module either changes something (an action) or reads data back (a search). Smaily has no trigger, so another app or a schedule starts the flow.
Signups that land in the right workflow. A form tool or an online shop hands over the new contact, Update Subscriber Data stores it with its custom parameters, and Trigger Automation Workflow starts the welcome sequence you already designed in Smaily.
Campaign reports without manual exports. List Campaigns finds the sends you care about, Get Campaign Statistics reads each one, and the numbers go to a spreadsheet or a BI tool. For experiments, List A/B Tests and Get A/B Test Statistics do the same job.
Privacy requests handled cleanly. When a deletion request reaches your helpdesk, Forget Subscriber erases the person's data through a call built for GDPR requests.
Some things stay out of reach. Smaily cannot start a scenario on its own: nothing fires when someone clicks or opts out, so a schedule (every 15 minutes by default) or another app has to kick things off. Both action logs only go back 30 days. For an endpoint without a module, Make an API Call fills the gap.
Before building, the Make review walks through the editor, Make pricing explains how operations are counted, and n8n vs Make helps if you are still choosing a tool.
How do you connect Smaily to Make?
- 01
Add a Smaily module
Log in to Make, open your scenario and add any Smaily module. In the module window, click Create a connection. A connection is your Smaily account linked to Make once, then reused by every Smaily module.
- 02
Name the connection
The Connection name field is optional, but a clear name helps as soon as you manage more than one Smaily account, for instance one per brand or per client. Pick something you will recognize in a list.
- 03
Paste your Smaily credentials
Enter the subdomain, username and password you copied from Smaily, or follow the instructions on screen. Make saves the connection, and the module can now list the data it reads from your account.
Your first scenario with Smaily
GoalWhen a form app records a new signup, Make updates the contact in Smaily and starts your welcome workflow.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Add the first module from your form app, the one that reacts to each new submission.
- 02
Add Update Subscriber Data
Click the + on the right of the form module, search for Smaily and pick Update Subscriber Data. Click Create a connection and paste your subdomain, username and password.
- 03
Map the signup
Fill the module by mapping the answers of the form module into the subscriber fields Make shows. Each signup travels as one bundle, a single item passed from one module to the next.
- 04
Start the welcome workflow
Click the + again and choose Trigger Automation Workflow. Select the workflow prepared in Smaily and map the address from the form. The same connection is reused.
- 05
Test with Run once
Click Run once, send a test entry through the form, then open the bundles each module received to check the contact reached Smaily with the right data.
- 06
Schedule and switch on
Set the schedule on the first module; a new scenario runs every 15 minutes by default. Switch the scenario on, and every new signup now follows the same path.
What each Smaily module does in Make
Smaily gives you 16 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Create and Launch Campaign
- Forget Subscriber
- Get A/B Test Statistics
- Get Campaign Statistics
- Get Subscriber Data
- Send Message
- Trigger Automation Workflow
- Unsubscribe Subscriber from Specific Campaign
- Update Subscriber Data
- List A/B Tests
- List Automation Workflows
- List Campaigns
- List Message Action Log
- List Subscriber Action Log
- List Subscribers from Filter
- Make an API Call
Create and Launch Campaign
ActionIn Make“Launches a new campaign with a custom HTML template to an existing list.”
Sends a brand-new campaign, built from your own HTML template, to a list that already exists in Smaily. You get a finished send straight from the scenario, without opening the Smaily editor.
Forget Subscriber
ActionIn Make“Forgets a subscriber's personal data, a GDPR-compliant API-call.”
Erases one subscriber's personal data from Smaily through a call designed for GDPR requests, so a deletion request is honored by the scenario instead of by hand.
Get A/B Test Statistics
ActionIn Make“Endpoint can be used to retrieve overview and detailed statistics of an A/B test.”
Brings back the overview and the detailed figures of one A/B test, ready to be written into a report, a sheet or a message to your team.
Get Campaign Statistics
ActionIn Make“Retrieves a campaign's information, including addresses sent to and statistics.”
Pulls one campaign's information, including the addresses it was sent to and its statistics, into the scenario so you can file or share it.
Get Subscriber Data
ActionIn Make“Loads all of a subscriber's parameters from database.”
Loads every parameter Smaily holds about one subscriber, so the next modules can use the full profile rather than just an address.
Send Message
ActionIn Make“Sends a transactional message, optionally with attachments. Does not trigger automation workflows.”
Delivers a transactional email to one person the moment the scenario runs, with attachments when the message needs them.
Trigger Automation Workflow
ActionIn Make“Triggers an automation workflow for addresses sent with the API-call.”
Starts one of your Smaily automation workflows for the addresses you pass in, so a nurture or onboarding sequence begins without a click inside Smaily.
Unsubscribe Subscriber from Specific Campaign
ActionIn Make“Unsubscribes a subscriber from a specific campaign. Useful for custom opt-out landing pages.”
Opts one subscriber out of a specific campaign, which lets your own opt-out page carry the choice back to Smaily.
Update Subscriber Data
ActionIn Make“Updates a subscriber and their custom parameters in database.”
Writes changes to a subscriber, custom parameters included, so Smaily holds the same information as your shop, CRM or form tool.
List A/B Tests
SearchIn Make“This endpoint can be used to list A/B tests of an organization. Status and tag-based filters can be applied to return specific A/B tests.”
Returns the A/B tests of your Smaily organization, narrowed by status or by tag, with one bundle for each test found.
List Automation Workflows
SearchIn Make“This endpoint returns a list of automation workflows of an organization.”
Gives you the automation workflows set up in your Smaily organization, handy for keeping an inventory or for picking one to start later in the scenario.
List Campaigns
SearchIn Make“Lists campaigns, can be filtered”
Hands the scenario your campaigns as a list you can filter, each campaign flowing on as a separate bundle.
List Message Action Log
SearchIn Make“This endpoint can be used to fetch subscriber’s message actions (e.g. sent message, clicks, opt-outs, etc). Note! Message Action Log contains only actions from the last 30 days.”
Shows what happened to the messages a subscriber received: sends, clicks, opt-outs and similar actions, ready to be read by the next module.
List Subscriber Action Log
SearchIn Make“Endpoint can be used to request a list of subscriber actions in time sorted order (older actions first). Note! Subscriber Action Log contains only actions from the last 30 days.”
Returns a subscriber's actions in time order, which helps you rebuild how that person has interacted with your emails lately.
List Subscribers from Filter
SearchIn Make“Lists subscribers with all of their additional parameters from a filter / list.”
Fetches the subscribers of a filter or a list with all their additional parameters, one bundle per person.
Make an API Call
SearchIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the Smaily API to your scenario, reusing the same connection, for anything the other 15 modules do not cover.
Need help automating Smaily with Make?
A person reads every message.