- Home
- Resources
- Integrations
- Datadog
Datadog Make integrationAutomate Datadog with Make.
What if your sales or signups showed up on the same Datadog graphs as your servers? The Datadog Make integration gives you 2 action modules, no trigger. This page links your API keys, builds a first scenario that posts a metric, and shows where the limits sit.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Datadog Make integration do for you?
The Datadog Make integration lets a Make scenario write data into your Datadog account. A scenario is the automation you build in Make: a chain of modules, each one a single brick such as a trigger or an action. Here the bricks push time-series points that Datadog can graph, or call any endpoint of the Datadog API.
Revenue beside uptime. Post Timeseries Points sends a value, like the amount of an order from your shop app, into Datadog. Your ops team then reads business activity and infrastructure load on one dashboard, without a separate reporting tool.
A pulse on the funnel. Each new form entry or support ticket in another app becomes one point. A sudden drop in that line tells you something broke upstream, even when every server looks healthy.
Everything the list skips. Make an API Call reaches any endpoint of the Datadog API with the connection you already set up, so you are not stuck with the two listed actions.
What this app does not do: it has no trigger, so nothing in Datadog starts a scenario by itself. Another app or a schedule has to kick things off. One payload to the metrics endpoint is capped at 3.2 megabytes. The same app may also exist on the n8n side, and the n8n vs Make comparison sets out the criteria. To see what each plan allows, read Make pricing, and for a guided start, the Make training.
How do you connect Datadog to Make?
- 01
Copy your two keys
A connection is your Datadog account linked to Make once, then reused by every Datadog module. In Datadog, open Organization Settings, copy the key from the API keys tab, then the one from the Application Keys tab.
- 02
Open the connection window
In your scenario, add any Datadog module and click Create a connection. The Connection name field is optional, but a clear label helps once you run several Datadog accounts or environments.
- 03
Paste your keys
Paste the API key and the Application key you copied, or follow the on-screen instructions, to create the connection. The new connection now shows in the module, and every Datadog module you add later can pick it.
Your first scenario: turn app events into a Datadog metric
GoalWhen a new order lands in your shop app, Make posts its amount as a point in Datadog.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app where the event happens, such as your shop or form tool, and its trigger.
- 02
Add Post Timeseries Points
Click the + on the right of that first module, search for Datadog and pick Post Timeseries Points. Select the connection you created, or click Create a connection now.
- 03
Map the value
Fill the fields the module asks for. Map the number from the previous module, since each bundle (one item passing between modules, here one order) carries its own value.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, so you can check the value before it lands in Datadog.
- 05
Schedule and switch on
On the first module, set the schedule (every 15 minutes by default on a new scenario), then switch the scenario on. Each module run counts as one operation on your plan.
What the Datadog modules do
Datadog gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
This module opens the whole Datadog API to your scenario, using the same connection as the other module. You pick the endpoint yourself and Make handles the authorization with your keys.
Post Timeseries Points
ActionIn Make“The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. The limit for payloads is 3.2 megabytes (3200000).”
This module takes a number from another app and adds it as a point on a Datadog metric. Point after point, you get a line on your dashboard that you can watch like any server graph.
Need help automating Datadog with Make?
A person reads every message.