mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-oauth.gif | ||
| permalink | description |
|---|---|
| /credentials/sentryIo | Learn to configure credentials for the Sentry.io node in n8n |
Sentry.io
You can use these credentials to authenticate the following nodes with Sentry.io.
Prerequisites
Create a Sentry.io account.
Using OAuth
::: tip ⛅️ Note for n8n.cloud users You'll only need to enter the Credentials Name and click on the circle button in the OAuth section to connect your Sentry.io account to n8n. :::
- Access your Sentry.io Applications Page.
- Click on the Create New Application button in the top right.
- Enter a name in the Name field.
- Copy the 'OAuth Callback URL' provided in the 'Sentry.io OAuth2 API' credentials in n8n and paste it in the Authorized Redirect URIs field in the Sentry.io Application Details page.
- Use the displayed Client ID and Client Secret with your Sentry.io OAuth2 API credentials in n8n.
- Click on the circle button in the OAuth section to connect a Sentry.io account to n8n.
- Click on the Save button to save your credentials.
Using Access Token
- Access your Sentry.io Auth Tokens page.
- Click on the Create New Token button in the top right.
- Select any scopes you plan to use and then click on Create Token.
- Use the generated access token with your Sentry.io API credentials in n8n.
- Click on the Save button to save your credentials.

