- Home
- Resources
- Integrations
- SlickText
SlickText Make integrationAutomate SlickText with Make.
Can Make react the moment someone joins your SlickText audience? Yes. The SlickText Make integration gives you 18 modules, 5 of them instant triggers, and none of them needs code. This guide links your account, then walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the SlickText Make integration automate?
The SlickText Make integration lets Make watch your SlickText contacts and inbox, then act on them for you: send a message, sort a contact into lists, or update a record. You build it as a scenario, the automation you assemble in Make from modules, the small bricks that each do one job.
A welcome text that never gets forgotten. Watch Created Contacts fires as soon as someone is added, and Send Message to Contact greets them right away. A gym or a salon can greet every new member without anyone opening SlickText.
A clean audience fed by your other tools. When a form or a store records a customer, Create or Update a Contact adds them or refreshes the existing record, and Add a Contact to List files them under the right list. No duplicates to clean up later.
Replies that reach the right person. Watch Received Messages passes each inbox reply to Make, which can forward it to your help desk or a team chat so a human answers.
Where a listed module stops, Make an API Call reaches any other endpoint of the SlickText API with the same connection. The Make documentation lists no specific limit for this app. SlickText may also have an n8n node; the n8n vs Make comparison helps you pick a tool, and the Make training covers the editor from scratch. If a run fails, start with Make troubleshooting.
How do you connect SlickText to Make?
- 01
Create an API key in SlickText
In your SlickText dashboard, open Settings, then API and Webhooks and API Keys. Click Create API Key and copy the key shown on screen. You need an active SlickText account for this.
- 02
Add a SlickText module in Make
In your scenario, add any SlickText module and click Create a connection. A connection is your SlickText account linked to Make once, then reused by every SlickText module. The Connection name field is optional.
- 03
Paste the key and save
Paste the API key you copied, or follow the instructions Make shows on screen, then save. Make can now read your contacts and lists, and the fields of the module fill in from your own account.
Your first scenario: a welcome message for every new contact
GoalWhen a contact is created in SlickText, Make sends that contact a welcome message.
- 01
Start a new scenario
On the Scenarios page, create a new scenario and click the big + to place the first module. Everything you add from here sits on one canvas.
- 02
Add Watch Created Contacts
Search for SlickText and pick Watch Created Contacts. Click Create a webhook, then Create a connection, and paste your API key when Make asks for it.
- 03
Chain Send Message to Contact
Click the + on the right of the trigger and add Send Message to Contact. Map the contact from the trigger into the module, then type your welcome text.
- 04
Test with Run once
Click Run once, then add a test contact in SlickText, ideally with your own number. Each module shows the bundle it received, one bundle being one item passed along, here one contact.
- 05
Switch the scenario on
When the test message lands, switch the scenario on. Each run of each module counts as one operation, the unit Make uses to measure usage on your plan.
Which SlickText triggers can start a scenario?
5 modules start a scenario when something happens in SlickText. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by SlickText as soon as it happens.
Watch Created Contacts
Instant triggerIn Make“Triggers when a contact is created.”
Starts your scenario the moment a new person lands in your SlickText contacts, so every follow-up happens while their interest is fresh. The trigger hands Make the new contact as a bundle you can map into later modules.
Watch Deleted Contacts
Instant triggerIn Make“Triggers when a contact is deleted.”
Tells Make when a contact disappears from SlickText, which keeps your other tools from messaging someone who is no longer in your audience. Pair it with a module in your CRM or spreadsheet that removes or flags the same person.
Watch Inbox Status
Instant triggerIn Make“Triggers when the status of an inbox conversation is changed.”
Lets you act on the life of a conversation rather than on single messages: Make hears about it whenever the status of an inbox conversation changes. That gives you a clean signal to log, report or alert on without polling anything.
Watch Received Messages
Instant triggerIn Make“Triggers when an inbox message is received.”
Brings every incoming inbox message into Make, so a customer reply can reach the person who should answer it, wherever they work. Each message arrives as its own bundle, ready to be sent to a chat, a ticket or a spreadsheet.
Watch Updated Contacts
Instant triggerIn Make“Triggers when an existing contact is updated.”
Gives your scenario a nudge whenever an existing contact changes in SlickText, so the copy of that person in your other tools never drifts. The updated contact reaches Make as a bundle you can map field by field into the next module.
What can SlickText do inside a scenario?
SlickText gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Add a Contact to List
ActionIn Make“Adds an existing contact to one or more lists.”
Files a contact who already exists in SlickText under one or more lists, so the right campaigns reach them later without manual sorting.
Create a Custom Field
ActionIn Make“Creates a new SlickText custom field. Creating a custom field will make that field available for all contacts in your brand.”
Adds a new custom field to SlickText, and that field becomes available on every contact of your brand. It lets a scenario store data your default fields do not cover.
Create a List
ActionIn Make“Creates a new, empty list in SlickText.”
Opens a brand-new, empty list in SlickText, ready to receive contacts from the next modules of the same scenario.
Create or Update a Contact
ActionIn Make“Creates a new contact if the number is not found or updates the existing contact.”
Keeps one record per person: if the mobile number is not in SlickText yet, the module creates the contact, and if it is, it updates the existing one. That spares you a search step and duplicate profiles.
Delete a Contact
ActionIn Make“Deletes an existing contact.”
Removes an existing contact from SlickText, which keeps your audience clean when someone leaves in another tool you use.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Covers what the other SlickText modules do not: it sends an authorized request to any endpoint of the SlickText API, reusing the connection you already created.
Remove a Contact from a List
ActionIn Make“Removes a contact from one or more lists.”
Takes a contact out of one or more lists while keeping the contact itself in SlickText, so they stop receiving campaigns aimed at those lists.
Retrieve a Contact
ActionIn Make“Retrieves a single contact by mobile number or contact ID.”
Fetches one contact from SlickText by mobile number or contact ID, so later modules can use their details in a message or a record.
Send a Campaign
ActionIn Make“Sends a campaign message to subscribed contacts on selected lists and segments.”
Sends a campaign message to the subscribed contacts of the lists and segments you pick, straight from a scenario.
Send a Campaign to All
ActionIn Make“Sends a campaign message to all subscribed contacts.”
Sends one campaign message to every subscribed contact you have in SlickText, with no list or segment to choose.
Send Message to Contact
ActionIn Make“Sends a single message to an existing contact.”
Sends one message to one existing contact, which makes it the module for personal, event-driven texts rather than broadcasts.
List Contacts
SearchIn Make“Retrieves all contacts on a list.”
Returns every contact on a list you choose, each one as a separate bundle, so the modules after it run once per person.
Search Contacts
SearchIn Make“Searches and retrieves contacts by specified attributes. Leave blank to retrieve all contacts.”
Finds contacts by the attributes you set and returns zero, one or many results; leave the criteria empty and it returns all of them.
Need help automating SlickText with Make?
A person reads every message.