mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.4 KiB
2.4 KiB
| title | description | contentType |
|---|---|---|
| Sentry.io credentials | Documentation for Sentry.io credentials. Use these credentials to authenticate Sentry.io in n8n, a workflow automation platform. | integration |
Sentry.io credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Sentry.io{:target=_blank .external-link} account.
Supported authentication methods
- API token
- OAuth2
- Server API token: Use for self-hosted Sentry{:target=_blank .external-link}.
Related resources
Refer to Sentry.io's API documentation{:target=_blank .external-link} for more information about the service.
Using API token
To configure this credential, you'll need:
- An API Token: Generate a User Auth Token{:target=_blank .external-link} in Account > Settings > User Auth Tokens. Refer to User Auth Tokens{:target=_blank .external-link} for more information.
Using OAuth
--8<-- "_snippets/integrations/builtin/credentials/cloud-oauth-button.md"
If you need to configure OAuth2 from scratch, create an integration{:target=_blank .external-link} with these settings:
- Copy the n8n OAuth Callback URL and add it as an Authorized Redirect URI.
- Copy the Client ID and Client Secret and add them to your n8n credential.
Refer to Public integrations{:target=_blank .external-link} for more information on creating the integration.
Using Server API token
To configure this credential, you'll need:
- An API Token: Generate a User Auth Token{:target=_blank .external-link} in Account > Settings > User Auth Tokens. Refer to User Auth Tokens{:target=_blank .external-link} for more information.
- The URL of your self-hosted Sentry instance.