NVIDIA Make integrationAutomate NVIDIA with Make.
Need an NVIDIA model to answer text that lands in your other tools? The NVIDIA Make integration gives you 3 modules: 2 actions and 1 search. This guide connects your account, builds a first scenario and explains each module in plain words.
Verified Trustpilot reviews · AI, automation & growth agency
What can the NVIDIA Make integration do for you?
The NVIDIA Make integration lets a Make scenario (the automation you build, a chain of modules) send text to an NVIDIA model and use the answer in the next step. Each module is one brick of that chain. NVIDIA brings 3 of them, and none is a trigger, so something else starts the flow.
Draft replies to incoming messages. A support form or an inbox app starts the scenario, Create a Chat Completion writes a draft, and a later module files it where your team reviews it. The model does the writing; your people keep the final word.
Check which models your account can reach. List Models returns the models available to your connection, one bundle (one item passed to the next module) per model. Handy before you pick one, and useful to log in a sheet when you audit a setup.
Reach what the menu does not show. Make an API Call calls any endpoint of the NVIDIA API with the same connection. It is the way out when the two other modules stop short.
What Make does not give you here: no trigger, so NVIDIA cannot start a scenario on its own, and the directory publishes no limits for this app. The same app has an NVIDIA n8n integration, and the n8n vs Make comparison helps you choose. If you want a guided path through the editor, the Make training starts from zero.
How do you connect NVIDIA to Make?
- 01
Add an NVIDIA module
In your scenario, click the +, search for NVIDIA and pick any of its 3 modules. Then click Create a connection. A connection is your NVIDIA account linked to Make once, and every NVIDIA module reuses it afterwards.
- 02
Name the connection
This step is optional, but a clear name pays off later. If you ever run a test account and a production account side by side, a label like the team or project name tells you which one a module is using at a glance.
- 03
Authorize and save
Make either opens the NVIDIA page to authorize access or asks you to paste the key NVIDIA gives you. Follow whichever screen appears, then click Save. The module now shows your connection and you can fill its fields.
Build your first scenario with NVIDIA
GoalWhen a new message reaches another app, Make asks an NVIDIA model for a reply and passes it along.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the +. Since NVIDIA has no trigger, pick the app where your messages arrive first, for example a form tool or a mailbox.
- 02
Set up the starting module
Connect that app and fill its fields. Once the connection exists, Make lists the forms, folders or sheets it can read, so you pick from a menu instead of typing a path by memory.
- 03
Add Create a Chat Completion
Click the + on the right of the first module, search NVIDIA and choose Create a Chat Completion. Create the connection, then map the message text from the previous module into its fields.
- 04
Test with Run once
Click Run once to execute the scenario a single time. Open the bubble above each module to read the bundles it received and check the NVIDIA reply before anything else depends on it.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. On the Free plan, 15 minutes is also the shortest interval; paid plans go down to 1 minute.
What each NVIDIA module does
NVIDIA gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Chat Completion
ActionIn Make“Creates a chat completion.”
Sends your text to an NVIDIA model and gets back its written answer, ready to map into the next module. This is the module most scenarios with NVIDIA are built around.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole NVIDIA API from inside your scenario, reusing the connection you already created. You pick the endpoint yourself, which covers any request the two other modules do not offer.
List Models
SearchIn Make“Returns a list of models.”
Tells you which NVIDIA models your connection can call, returning each one as a separate bundle. You get a clear inventory before you pick a model somewhere else.
Need help automating NVIDIA with Make?
A person reads every message.