Core Concepts And Moduals. Flashcards

(15 cards)

1
Q

Scenario

A

A series of connected modules that automate workflows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Module

A

A single action or event within a scenario (e.g., sending an email, updating a spreadsheet).

One step in the scenario

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Trigger

A

An event that starts the scenario (e.g., a new lead submitted on a form).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Action

A

A task that happens in response to the trigger (e.g., sending a welcome email).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Iterator

A

Splits an array into individual items for processing in the scenario.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Aggregator

A

Collects multiple data points into a single output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Router

A

Allows scenarios to branch into different paths based on conditions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Filter

A

Sets conditions to determine if data should continue through the scenario.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Webhooks

A

Allows Make.com to receive data from external services in real-time.

Trigger scenarios in real-time from web events.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

API Call

A

A request to interact with another app’s functions and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Hotspot

A

Trigger scenarios in real-time from web events.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Sales force

A

Sync leads, accounts, and opportunities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

JSON

A

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

}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Array

A

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
}
]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Nested Objects

A

Structured inside structured data
E.g. A list of company product data

A JSON inside a JSON

How well did you know this?
1
Not at all
2
3
4
5
Perfectly