A community node for integrating Datadog with n8n, the workflow automation tool. This node allows you to interact with Datadog's API to log messages from your n8n workflows.
- Logs: Send logs to Datadog.
To install the node, follow these steps:
-
Navigate to your n8n installation directory.
-
Install the node package:
npm install n8n-nodes-datadog
-
Start or restart your n8n instance.
Before using the Datadog node, you need to configure the Datadog API credentials in n8n.
- Go to the n8n Credentials section.
- Add new credentials and select "Datadog API".
- Enter your Datadog API key.
- Save the credentials.
Once the credentials are set up, you can use the Log messages to Datadog
node in your workflows.
- Add the
Log messages to Datadog
node: Drag and drop theLog messages to Datadog
node into your workflow. - Select credentials to connect with : Choose the credentials you configured in the previous step.
- Configure Parameters: Condition, success and failure messages, tags and service name.
- Execute Workflow: Run your workflow to interact with Datadog.
This project is licensed under the MIT License. See the LICENSE file for details.