{% import '_includes/forms' as forms %} {% import 'verbb-base/_macros' as macros %} {% set displayName = integration.displayName() %} {% set instructions %} ### Connect to the {name} API 1. Go to the Slack App Center. 1. Create a new app, by entering an **App Name** and **Development Slack Workspace**. 1. In the left-hand sidebar, under **Settings**, click **Basic Information**. 1. Under the **App Credentials** section, copy the **Client ID** and **Client Secret** values and paste into the fields below. 1. In the left-hand sidebar, under **Features**, click **OAuth & Permissions**. 1. In the section **Redirect URLs**, click the **Add New Redirect URL** button and enter the value from the **Redirect URI** field below. 1. Then click the **Add** button, then click the **Save URLs** button. {% endset %}