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

# Overview

> Workflows connect data between your users' apps and your application

## About Workflows

Once your users have connected their third-party app accounts, you can then connect data between your application and your users' apps using Workflows.
Workflows consist of [Triggers](/build/workflow/triggering_workflow) and [Actions](/build/workflow/overview#actions), allowing for seamless automation and data flow between applications.

With Workflows, users can easily implement common integration use cases such as pushing data from their application to users' apps, receiving real-time updates through webhooks, and enabling non-technical teams to configure integrations without coding.

The Workflow Builder simplifies the integration process, empowering developers to create seamless and efficient data flows between applications with ease.

<Tip>
  Learn more about Workflows [here](https://docs.gocobalt.io/build/workflow/overview).
</Tip>

In the following docs, we will create two workflows with a different use-case, one to Sync Data from Salesforce and other to Create data in Salesforce.

To get started, first you need to enable the Salesforce integration in your account:

## Enable the Salesforce App

<Note>Apps cannot be enabled using the API. You will need to enable the app through the UI.</Note>

To enable the Salesforce app:

Navigate to `Apps` in Refold and search for **Salesforce** and enable the app by clicking on the `Go Live` button in the top right corner.

<img height="200" src="https://mintcdn.com/cobalt-55/C3P12YsraPVmMY5N/images/Examples/salesforce/enable_salesforce.png?fit=max&auto=format&n=C3P12YsraPVmMY5N&q=85&s=d1879a6368284e9cde411e8c6cf53927" alt="Enable Salesforce App" data-path="images/Examples/salesforce/enable_salesforce.png" />

Now, go to `Settings` and provide the **Client ID** and **Client Secret** of your Salesforce OAuth app and click on `Save`.

<Tip>
  Follow the steps given [here](https://docs.gocobalt.io/resources/integration-providers/salesforce) to get your credentials.
</Tip>

Once the app is enabled, you can proceed to create and manage workflows and linked accounts associated with Salesforce.

## Sample Workflows

Now, navigate to the following documentation for your use-case

* [Sync Opportunities from Salesforce](/implementation/workflow/sync_using_proxy)

* [Create Contact in Salesforce](/implementation/workflow/create_using_event)
