---
title: Actions
description: >-
  Use generic workflow actions for logic control, data transformation, HTTP
  requests, and JavaScript operations in your workflows.
breadcrumbs: Docs > Actions > Workflow Automation > Actions
---

# Actions

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site). ().
{% /alert %}

{% /callout %}

Datadog provides a suite of workflow actions that are not associated with a specific tool or integration. These actions give you more control over your workflows by allowing you to do things like:

- Add logic to control the execution path of your workflow.
- Transform the data collected by an action.
- Make custom HTTP requests.

- [Use logic actions to add a sleep interval, branch on a condition, use iteration, and more.](https://docs.datadoghq.com/service_management/workflows/actions/flow_control)
- [Perform custom data transformations within your workflows using JavaScript.](https://docs.datadoghq.com/service_management/workflows/expressions)
- [Use the HTTP action to make a request to a custom endpoint.](https://docs.datadoghq.com/actions/connections/http)
- [Use theSaved Actionsfeature to store and reuse an action and its parameters.](https://docs.datadoghq.com/service_management/workflows/actions/saved_actions)

If your use case is not covered by an integration or generic Datadog action, you can [request a new action or an entire integration](https://forms.gle/JzPazvxXox7fvA2R8).

## Further reading{% #further-reading %}

- [Learn about integrations](https://docs.datadoghq.com/integrations/)

Do you have questions or feedback? Join the **#workflows** channel on the [Datadog Community Slack](https://chat.datadoghq.com/).
