Skip to content
Jono Catliff
0:22:26
1 426
65
17
Last update : 11/09/2024

Unlocking Make.com’s Hidden Potential: Connect to *Anything* 🗝️

Have you ever felt limited by the integrations available in Make.com? Wish you could connect to tools that don’t seem to exist within the platform? 🤯 You’re not alone! This breakdown reveals how to tap into Make.com’s hidden power and connect to virtually any service using the magic of APIs.

Understanding the Power of APIs 🔌

Think of an API (Application Programming Interface) like a waiter at a restaurant: 🍽️

  • You’re the client: You place your order (the API request).
  • The waiter (the API): Takes your order and relays it to the kitchen.
  • The kitchen (the back end): Prepares your food (processes the request).
  • The waiter: Brings your food back (the API response).

Just like ordering from a menu, APIs have specific ways to interact with them. You need to use the right “language” (methods like GET, POST, PUT, DELETE) and format your requests correctly.

Unlocking Hidden Integrations: Arbitrary Authorized API Calls 🔑

Many Make.com modules offer a secret weapon: the “Make an API Call” option. This allows you to access a much wider range of features within an existing integration.

Here’s how it works:

  1. Find the API Documentation: Most services have online documentation outlining their API. Search for “[Service Name] API documentation.”
  2. Identify the Endpoint: The documentation will list various endpoints (specific actions you can perform). For example, to create a contact, look for an endpoint related to contact creation.
  3. Choose the Right Method: Determine if you need to GET (retrieve), POST (create), PUT (update), or DELETE data.
  4. Use the “Make an API Call” Action: In your Make.com scenario, select this option within the relevant module.
  5. Paste the Endpoint URL: Copy the URL from the API documentation and paste it into the action.
  6. Structure the Body: The API documentation will specify how to format the data you’re sending (often in JSON format).
  7. Test and Troubleshoot: Run the scenario and be prepared to troubleshoot any errors.

Example: GoHighLevel

Let’s say you want to create an invoice in GoHighLevel, but there’s no native action for it in Make.com. By consulting the GoHighLevel API documentation, you can find the endpoint for invoice creation and use the “Make an API Call” action to achieve this.

Connecting to Anything with the HTTP Module 🌐

What about services that don’t even have a dedicated Make.com module? That’s where the versatile HTTP module comes in!

The HTTP module allows you to send requests to any publicly accessible API.

Here’s a common use case: Triggering Zapier Webhooks

  1. Set up a Webhook in Zapier: Create a new Zap and select “Webhooks by Zapier” as the trigger.
  2. Copy the Webhook URL: Zapier will generate a unique URL for your webhook.
  3. Use the HTTP Module in Make.com: Add the HTTP module to your scenario and paste the Zapier webhook URL.
  4. Choose the POST Method: This sends data to the webhook.
  5. Structure Your Data: Format the data you want to send in the body of the request.
  6. Run and Test: Execute the Make.com scenario to trigger your Zapier workflow.

Bonus Tip: You can use this same method to trigger other Make.com scenarios using webhooks, creating powerful chain reactions!

Resource Toolbox 🧰

Embrace the Power of APIs! 🚀

By mastering these techniques, you’ll transform Make.com from a powerful automation tool into a limitless integration platform. No more feeling restricted – connect to anything and unlock a world of possibilities!

Other videos of

Play Video
Jono Catliff
0:40:26
185
8
2
Last update : 20/09/2024
Play Video
Jono Catliff
0:52:41
1 483
94
18
Last update : 18/09/2024
Play Video
Jono Catliff
0:16:50
2 111
132
16
Last update : 18/09/2024
Play Video
Jono Catliff
0:31:46
1 317
59
10
Last update : 18/09/2024
Play Video
Jono Catliff
0:34:34
1 713
69
17
Last update : 18/09/2024
Play Video
Jono Catliff
0:11:39
1 242
43
4
Last update : 18/09/2024
Play Video
Jono Catliff
0:44:37
1 448
77
13
Last update : 18/09/2024
Play Video
Jono Catliff
1:10:06
3 949
207
19
Last update : 11/09/2024
Play Video
Jono Catliff
0:45:38
1 471
78
11
Last update : 11/09/2024