Skip to main content
Lucid

Integrate Lucid with Torq's workflows to securely automate tasks and team collaboration.

Updated over a week ago

Lucid is a product, engineering, UX, and IT collaboration platform.

Create an OAuth App in Lucid

  1. In the developer portal, create a new application.

  2. Go to the settings and click New Application.

  3. Give the application a meaningful name.

  4. In the application's settings, navigate to the OAuth 2.0 tab and give the new client a name. This name will be public facing and cannot be changed later.

  5. Copy the generated client ID and client secret into a safe location. You will not be able to access them again.

  6. Click Add Redirect URL and input https://redir.torq.io/integrations/lucid_token as the redirect URL.

  7. Click Publish or Save.

Create a Lucid Steps Integration in Torq

  1. Go to Build > Integrations > Steps > Lucid and click Add.

  2. Give the integration a unique and meaningful name.

  3. Paste the Client ID copied earlier.

  4. Paste the Client Secret copied earlier.

  5. Leave the callback URL in its default state (https://redir.torq.io/integrations/lucid_token).

  6. There are two options for the Lucid Auth URL parameter:

    1. User: If you want the Torq steps integration to access only the user who the Client ID and secret belong to, leave the Lucid Auth URL in its default state (https://lucid.app/oauth2/authorize)

    2. Account: If you want the Torq steps integration to access the entire Lucid account, change the URL to https://lucid.app/oauth2/authorizeAccount. This can only be done if the client ID and secret belong to an admin with appropriate scopes. It is recommended to use this Auth URL if you are intending to perform admin actions, such as managing users or account settings.

  7. Leave the Lucid Token URL in its default state (https://api.lucid.co/oauth2/token).

  8. Optionally, adjust the scopes to whichever scopes you wish the steps to access. For all scope options, please see the Lucid developer documentation.

Did this answer your question?