Step 1: Selecting Your No-Code API Building Tool
The first step towards building your API empire is choosing the right no-code tool.
While there are many options, Make.com is an excellent choice due to its versatility, ease of use, and a robust free plan. The platform is customizable, making it easy to use and learn, without having to know any code. But even better, MAKE.COM is providing you with a free pro plan for 30 days.
So why should you choose Make.com?:
- Ease of Use: Make.com offers a drag-and-drop interface, making it accessible to non-coders.
- Customization: The platform allows for full customization to fit your specific API needs.
- Free Plan: A free plan is available to get you started without any financial commitment.
- Advanced Plan: Free access to the pro plan for 30 days, due to partnership with the provider.
Step 2: Getting Started with Make.com
First, you’ll need to visit the Make.com website and sign up for an account.
After signing up and logging in, the next step is to create a new scenario, which acts as a workflow for your API. I will begin with a basic Scenario, to understand the foundation, before moving into the advanced step. Create Your First No-Code API:
- Click on the "Create a new scenario" button.
- Add a Webhook module. Webhooks listens to specific user requests, like an API
- Create a Webhook with your desired name
- Create a Webhook response, using text that you desire
- Save your Webhook and click the "Immediately as data arrives" button
- Test your Webhook with it's specific URL to see if it responds
You'll see that the output is in text format, and not the conventional JSON standard.
Step 3: Simulating the API
- To simulate the API to make it a real live version, click to add another module.
- Choose your module.
- You can also include modules from applications like Open AI. Select the module that corresponds with Chat GPT.
-
Connect the module to your existing modules. Save and then try again.
You need to update the webhook response and set it to Open AI Module Messages to save it in the scenario.