> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration Actions

**Integration Actions, or just Actions, are the main building blocks of Paragon Workflows.** Paragon's workflow builder provides Actions for each integration provider that allow you to perform operations in your users' apps.

For example, common Actions include:

* Create a Salesforce contact
* Send a Slack message
* Update a Hubspot account
* List Google Calendar events

Paragon provides a simple-to-use UI for configuring and mapping data into each Action - making it easy to use Actions without any prior knowledge of an integration provider's API.

<Frame>
  <img src="https://mintcdn.com/paragon/867oBBVpxd2C3zc4/assets/Viewing%20a%20Slack%20Workflow%20in%20Paragon%20Connect.png?fit=max&auto=format&n=867oBBVpxd2C3zc4&q=85&s=c32962c10b94fcf42b486d6c570d881f" alt="" width="2094" height="1362" data-path="assets/Viewing a Slack Workflow in Paragon Connect.png" />
</Frame>

## Workflow User Settings

In some cases, you may want to provide your users the option to configure certain workflow settings. For example, if you have a Slack workflow that sends notifications to your users' workspaces, you may want to provide them the option of which Slack channel they want to send notifications to.

<Frame>
  <img src="https://mintcdn.com/paragon/DkcdqxlytLXlO_-w/assets/Choosing%20a%20Slack%20channel%20in%20your%20Paragon%20Connect%20Portal.png?fit=max&auto=format&n=DkcdqxlytLXlO_-w&q=85&s=3c8aad81bee658aa03ec6f802b380f5b" alt="" width="1362" height="1220" data-path="assets/Choosing a Slack channel in your Paragon Connect Portal.png" />
</Frame>

Actions in Paragon will indicate when they accept User Settings as an input parameter. In these cases, you should add the respective User Settings in the Connect Portal Editor, then use the **variable menu** by typing two left curly braces `{{` to reference that User Setting in the Action sidebar.

<Frame>
  <img src="https://mintcdn.com/paragon/DkcdqxlytLXlO_-w/assets/Choosing%20a%20Slack%20channel%20to%20send%20notifications%20to%20in%20Paragon.gif?s=68a79806897e69ec8a329eac0466a00b" alt="" width="901" height="484" data-path="assets/Choosing a Slack channel to send notifications to in Paragon.gif" />
</Frame>

See [Workflow User Settings](/connect-portal/workflow-user-settings) for an in-depth overview of how to configure User Settings and use them in tandem with Actions.

<Card title="User Settings" href="/connect-portal/workflow-user-settings" horizontal />

## Using Actions

For a complete list of all Actions supported by each Integration Provider, see our [Integrations Provider section](/resources/integrations).

<Card title="Integration Providers" href="/resources/integrations" horizontal />
