n8n-docs/docs/nodes/credentials/SentryIo
Tanay Pant c8f8e0e4ec 🔨 Minor fixes
2020-09-10 10:40:31 +02:00
..
README.md 🔨 Minor fixes 2020-09-10 10:40:31 +02:00
using-access-token.gif 🔨 Minor fixes 2020-09-10 10:40:31 +02:00
using-oauth.gif 🔨 Minor fixes 2020-09-10 10:40:31 +02:00

permalink
/credentials/sentryIo

Sentry.io

You can find information about the operations supported by the Sentry.io node on the integrations page. You can also browse the source code of the node on GitHub.

Prerequisites

Create a Sentry.io account.

Using OAuth

  1. Access your Sentry.io Applications Page.
  2. Click on the Create New Application button in the top right.
  3. Enter a name in the Name field.
  4. 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.
  5. Use the displayed Client ID and Client Secret with your Sentry.io OAuth2 API credentials in n8n.
  6. Click on the circle button in the OAuth section to connect a Sentry.io account to n8n.
  7. Click on the Save button to save your credentials.

Getting Sentry.io OAuth credentials

Using Access Token

  1. Access your Sentry.io Auth Tokens page.
  2. Click on the Create New Token button in the top right.
  3. Select any scopes you plan to use and then click on Create Token.
  4. Use the generated access token with your Sentry.io API credentials in n8n.
  5. Click on the Save button to save your credentials.

Getting Sentry.io access token