Two-Factor Authentication (2FA)

Two-factor authentication, or 2FA for short, adds an extra layer of security to your online accounts. Instead of relying solely on a username and password, you use an additional device to generate a unique code that is valid for a short time. This way, even if someone has your username and password, they still cannot … Read more

Query string

A query string is the part of a URL that includes one or more query parameters, giving more details about the request. It starts after a ? and can include multiple parameters separated by &, helping to refine the data you want to receive. They can be used on websites, or when making an API … Read more

Webhook

A webhook in Make.com is a way to receive data from other apps in real-time. Instead of constantly asking another app, “Do you have new data for me?”—which can be inefficient—webhooks allow apps to notify Make.com whenever something happens. Think of it like having a doorbell: the app “rings” Make.com when there’s new data or … Read more

RSS Feed

An RSS feed is like a personalized news stream from your favorite websites. Instead of constantly checking for updates, an RSS feed gathers new content from those sites and delivers it to apps or platforms like Make.com that support RSS. It’s a simple way for websites to share their latest posts or articles automatically. How … Read more

Regular Expression (Regex)

A regular expression is a sequence of characters that defines a search pattern, typically used for finding or replacing specific text in strings. For example, this is the regular expression for a number; And this is a more complex one to match an email address; Want to know more? Read the guide by clicking the … Read more

API

An API, or Application Programming Interface, is a set of rules and protocols that allows different software applications to communicate with each other. It acts as a bridge between different systems, enabling them to exchange data and functionalities. APIs can be used to access features or data from another application, like retrieving weather information for … Read more