{% 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 Trello API Key page. 1. Under the **Developer API Keys** heading, copy the **Key** value into the **Client ID** field below. 1. Under the **Allowed Origins** heading, enter the value from the **Redirect URI** field below into the text field under **New Allowed Origin** and hit **Submit**. 1. Under the **OAuth** heading, copy the **Secret** value into the **Client Secret** field below. {% endset %}