{% import '_includes/forms' as forms %} {% import 'verbb-base/_macros' as macros %} {% set displayName = integration.displayName() %} {% set instructions %} ### Step 1. Connect to the {name} API 1. Go to 1CRM and login to your account. 1. Click on the **Admin** dropdown on the top-right of the screen, and select **Administration**. 1. Click the **API Clients** link. 1. Click the **Create** button. 1. Select **Authorization Code** for the **Enabled Grant Types**. 1. Copy the **ID** from {name} and paste in the **Client ID** field below. 1. Click the **Change API Secret** button and enter a value. 1. Copy the **Secret** from {name} and paste in the **Client Secret** field below. 1. In the **Redirect URL** field, enter the value from the **Redirect URI** field below. ### Step 2. Test Connection 1. Save this integration. 1. Click on the **Connect** button in the right-hand sidebar. 1. You‘ll be redirected to {name}, where you must approve Formie to access your {name} account. {% endset %}