Core Concepts And Moduals. Flashcards
(15 cards)
Scenario
A series of connected modules that automate workflows.
Module
A single action or event within a scenario (e.g., sending an email, updating a spreadsheet).
One step in the scenario
Trigger
An event that starts the scenario (e.g., a new lead submitted on a form).
Action
A task that happens in response to the trigger (e.g., sending a welcome email).
Iterator
Splits an array into individual items for processing in the scenario.
Aggregator
Collects multiple data points into a single output.
Router
Allows scenarios to branch into different paths based on conditions.
Filter
Sets conditions to determine if data should continue through the scenario.
Webhooks
Allows Make.com to receive data from external services in real-time.
Trigger scenarios in real-time from web events.
API Call
A request to interact with another app’s functions and data.
Hotspot
Trigger scenarios in real-time from web events.
Sales force
Sync leads, accounts, and opportunities.
JSON
A structured way to store and transfer data
E.g.
{
“email”: “a@gmail.com”,
“Name”: “anna”,
“company”: “Acme
cyrp”
The Only Video You’ll Need to Master Make.com & Al Workflows (Beginner to
}
Array
This is a list of JSONs (a collection)
E.g. a list of a companies or product data
[
{
“email”: “a@gmail.com”,
“Name”: “anna”,
“company”: “Acme
cyrp”
The Only Video You’ll Need to Master Make.com & Al Workflows (Beginner to
}
]
Nested Objects
Structured inside structured data
E.g. A list of company product data
A JSON inside a JSON