Skip to content

Commit

Permalink
DOC-1066: Update Wolfram|Alpha credentials to medium tier template (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
freakwriter authored Aug 27, 2024
1 parent 906dae9 commit 16e1560
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions docs/integrations/builtin/credentials/wolframalpha.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ You can use these credentials to authenticate the following nodes:

* [Wolfram|Alpha](/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolwolframalpha/)

## Prerequisites

- Register a [Wolfram ID](https://account.wolfram.com){:target=_blank .external-link} and verify your email address for your Wolfram ID.
- Sign in to the [Wolfram|Alpha Developer Portal](https://developer.wolframalpha.com){:target=_blank .external-link}.

## Supported authentication methods

- API key
Expand All @@ -29,14 +24,28 @@ Refer to [Wolfram|Alpha's Simple API documentation](https://products.wolframalph

## Using API key

To configure this credential, you'll need:
To configure this credential, you'll need a registered [Wolfram ID](https://account.wolfram.com){:target=_blank .external-link} and:

- An **App ID**

To get an App ID:

1. Open the Wolfram|Alpha Developer Portal and go to [**API Access**](https://developer.wolframalpha.com/access){:target=_blank .external-link}.
2. Select **Get an App ID**.
3. Enter a **Name** for your application, like `n8n integration`.
4. Enter a **Description** for your application.
5. Select **Simple API** as the **API**.
6. Select **Submit**.
6. Copy the generated **App ID** and enter it in your n8n credential.

- An **App ID**: To get an App ID, open the Developer Portal and go to [**API Access**](https://developer.wolframalpha.com/access){:target=_blank .external-link}. Select **Get an App ID** to register an application and get an App ID. Select **Simple API** as the **API**. Copy the generated **App ID** and add it to your n8n credential.
Refer to **Getting Started** in the [Wolfram|Alpha Simple API documentation](https://products.wolframalpha.com/simple-api/documentation){:target=_blank .external-link} for more information.

## Resolve Forbidden connection error

If you enter your App ID and get an error that the credential is **Forbidden**, make sure that you have verified your email address for your Wolfram ID.
If you enter your App ID and get an error that the credential is **Forbidden**, make sure that you have verified your email address for your Wolfram ID:

Go to your [Wolfram ID Details](https://account.wolfram.com/wolframid){:target=_blank .external-link} and select the link near your email address to send a verification email. You must open the link in that email to verify your email address.
1. Go to your [Wolfram ID Details](https://account.wolfram.com/wolframid){:target=_blank .external-link}.
2. If you don't see the **Verified** label underneath your **Email address**, select the link to **Send a verification email**.
3. You must open the link in that email to verify your email address.

It may take several minutes for the verification to populate to the API, but once it does, retrying the n8n credential should succeed.
It may take several minutes for the verification to populate to the API, but once it does, retrying the n8n credential should succeed.

0 comments on commit 16e1560

Please sign in to comment.