Skype Make integrationAutomate Skype with Make.
Can Make react to Skype and act on it without a line of code? Yes. The Skype Make integration gives you 3 modules: one instant trigger and two actions. This guide is for teams who already work in Skype, and it takes you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Skype Make integration do for you?
The Skype Make integration links your Skype account to Make, a visual tool where you chain apps together without code. The automation you build there is called a scenario: a row of modules, each one a single step such as a trigger or an action. With Skype, a scenario can start the moment an event happens in Skype, fetch a file someone shared, or post a message for you.
Files that no longer sit in a chat. Put Watch events first, then Download an attachment. The file becomes a bundle (one item passed from module to module) that the next app in the scenario can store or process.
Alerts your team actually sees. Another app starts the flow, a form or a CRM for instance, and Send a message posts the news in the Skype conversation your team reads. No one has to copy and paste the update.
Answers that stay in the thread. The same action can also reply, so a scenario fed by another tool can answer inside an existing conversation instead of opening a new one.
Be realistic about the limits. Make's own documentation for Skype is thin: it states that not enough public information exists to describe the app in detail. You get 3 modules and no universal API call module, so anything outside them needs another route. If you also look at n8n, the n8n vs Make comparison lays out the differences, and the Make pricing page explains what each plan includes. When a scenario misbehaves, start with Make troubleshooting.
How do you connect Skype to Make?
- 01
Add a Skype module
In your scenario, add any Skype module, then click Create a connection. A connection is your Skype account linked to Make once; every Skype module in your scenarios reuses it afterward.
- 02
Give the connection a name
This step is optional, yet worth a few keystrokes. A clear label such as the account owner or the team makes it easy to pick the right Skype account later, especially when several people build scenarios in the same Make workspace.
- 03
Authorize Make, then save
Follow what the window asks: either approve Make on the Skype authorization page, or paste the key Skype gives you. Then click Save. The module now shows your account and lets you fill in its fields.
Your first scenario with Skype and Make
GoalWhen the event you watch happens in Skype, Make downloads the attachment so the next step of your flow can use the file.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the big + in the middle of the editor. That circle is where your first module, the one that starts everything, will sit.
- 02
Add Watch events
Search for Skype, pick Watch events and choose your connection, or click Create a connection if you have none yet. This trigger carries the lightning badge: Skype calls Make as soon as the event occurs.
- 03
Choose the event
Fill in the trigger's fields and select the event you care about. Once the connection exists, Make offers the options it can read from your account, so you pick from a list rather than typing values from memory.
- 04
Add Download an attachment
Click the + on the right of the trigger and pick Download an attachment. Map the data the trigger received into its fields, so the module knows which file to fetch.
- 05
Test with Run once
Click Run once, then trigger the event in Skype. Make runs the scenario a single time and shows the bundle each module received. Check that the file really came through before going further.
- 06
Switch it on
Turn the scenario on. Because the trigger is instant, the scenario runs whenever Skype reports the event, with no polling interval to wait for. Keep in mind that each module run counts as one operation on your plan.
What starts a Skype scenario?
1 module starts a scenario when something happens in Skype. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Skype as soon as it happens.
Watch events
Instant triggerIn Make“Triggers when a specified event happens.”
Watch events lets Skype itself kick off your scenario: the moment the event you selected happens, Make receives it and every module after it gets to work on that data. It is the only Skype trigger in Make, so any flow that must start from Skype begins here.
What Make can do in Skype
Skype gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Download an attachment
ActionIn Make“Downloads an attachment.”
Download an attachment pulls a shared file out of Skype and hands it to your scenario as a bundle, ready for an archive, a drive or any tool that comes next. The file stops living only in a chat history.
Send a message
ActionIn Make“Sends a message or replies.”
Send a message puts text into a Skype conversation for you, either as a new message or as a reply. Nobody retypes the update by hand.
Need help automating Skype with Make?
A person reads every message.