- Personal Access Token
Pre-requisites
- Sentry account with Member role or higher.
Personal Access Tokens act on behalf of your individual Sentry user account. If you need a token scoped to an organization rather than a user, use an Organization Token instead, available under the same Developer Settings section.
Creating a Personal Access Token in Sentry
To create a Sentry Personal Access Token and acquire the above mentioned credentials, please follow the steps mentioned below:- Log in to your Sentry account at https://sentry.io.
- Click on your organization name in the top-left corner to open the organization menu.

- Click on
Organization Settingsto navigate to your settings. - In the left sidebar, scroll down to the Developer Settings section and click on
Personal Tokens.

- You will see a list of all existing Personal Access Tokens associated with your account. Click on
Create New Tokenin the top-right corner.

-
On the Create New Personal Token page, enter a descriptive Name for your token in the Name field to help identify it later (e.g.,
refold-integration). -
Under Permissions, set the access level for each module using the dropdown. Each module supports the following access levels:
- No Access — the token cannot interact with this module
- Read — view-only access
- Read & Write — view and modify access
- Admin — full administrative control
Create tokens with minimum read access for at least one module. Otherwise user may not be allowed to perform any action with the application.

- Once you have configured the required permissions, scroll down and click
Save Token. - Copy the token value immediately — it will only be displayed once.
Configuring credentials in Refold
Navigate to the Refold hosted portal and enter the Personal Access Token when prompted during the Sentry connection setup. Provide the acquired Personal Access Token in the hosted portal and complete the connection.Actions and triggers
Once the above setup is completed, you can create orchestrations of your use-cases using Sentry actions and triggers. Following are the set of Sentry actions and triggers supported by Refold.- Actions
- Triggers
Organization Members
Organization Members
- List Members - List all organization members in Sentry.
- Add Member - Adds a new member to the organization in Sentry.
- Delete Member - Deletes a member from the organization in Sentry.
Projects
Projects
- Create Project - Creates a new project in Sentry.
- List Projects - Lists all projects in Sentry.
- Delete Project - Deletes a project in Sentry.
- Update Project - Updates a project in Sentry.
Others
Others
- HTTP Request - Make HTTP API calls to any Sentry documented REST APIs.
- Incremental Sync - Check for new data in the endpoint.