Skip to main content

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.

To setup your Attio app in Refold for OAuth, you will need the following credentials from your Attio Developer Settings:
  • Client ID
  • Client Secret
  • Scopes

Pre-requisites

  1. Attio account. You can create one here.
If you haven’t already created an app in Attio, you’d need to create one.

Creating an app in Attio

To create a Attio app and acquire the above mentioned credentials, please follow the steps mentioned below:
  1. Log in to your Attio Account.
  2. Click on the Company name in the top left corner and select Workspace Settings option.
Navigation for App setup
  1. Go to Developers under Workspace in the side menu and click on Create a new integration button.
  2. Enter the Integration Name for your application and click on Create.
  3. Go to your Apps catalog in Refold > Search for Attio > Settings > Use your credentials > Callback Url > Copy it.
  4. Go to OAuth in the App > Toggle on OAuth Enabled option > Click on + add new Redirect URI > Paste the Callback URL and click on Add Redirect URI.
  5. Copy the Client ID and Client Secret from the OAuth section.
Getting Credentials

Configuring credentials in Refold

App settings page lets you configure the authentication settings for an OAuth 2.0 based application. For your customers to provide you authorization to access their data, they would first need to install your application. This page lets you set up your application credentials. Setting up application client credentials Provide the acquired Client ID and Client Secret under Settings of the app and save it.

Configuring Scopes

Refold lets you configure what permissions to ask from your users while they install your application. The scopes can be added or removed from the App settings page, under Permissions & Scopes section. For some applications Refold sets mandatory scopes which cannot be removed. Additional scopes can be selected from the drop down. Refold also has the provision to add any custom scopes supported by the respective platform. OAuth Scopes Once the scopes has been added to the application in Refold, go to your Attio Developer Settings and update the scopes as added on Refold. Select the OAuth App created for Refold > Click on Scopes section > Add the scopes as added in Refold.
If you are facing scopes missing or invalid scope error. Make sure you are not passing any custom scope not supported by the platform. And, the scopes selected here are identical to the ones selected in the platform.

App Review for Attio

The integration is currently private and only usable by your workspace. To distribute your integration for use in other workspaces, you need to request a review from Attio team.
  • Go to Publication section in the OAuth app and click on Request publication.
Before requesting the publication of your app, make sure to add all the information like App name, description, scopes and logo of the app.

Actions and triggers

Once the above setup is completed, you can create orchestrations of your use-cases using Attio actions and triggers. Following are the set of Attio actions and triggers supported by Refold.
  1. List Person - Lists person records, with the option to filter and sort results in Attio.
  2. Create Person - Creates a new person record in Attio.
  3. Update Person - Update a person record in Attio.
  4. Delete Person - Delete a person record in Attio.
  1. Create Deal - Create a deal record in Attio.
  2. Update Deal - Update a deal record in Attio.
  3. Delete Deal - Delete a deal record in Attio.
  4. Get Deal - Get a deal record in Attio.
  1. Update Company - Update a company record in Attio.
  2. Create Company - Create a company record in Attio.
  3. List Company - List company records, with the option to filter and sort results in Attio.
  1. Create Note - Create a note in Attio.
  2. Get Note - Get a note in Attio.
  1. HTTP Request - Make HTTP API calls to any Attio documented REST APIs.