diff --git a/docs/_images/integrations/builtin/credentials/paypal/using-oauth.gif b/docs/_images/integrations/builtin/credentials/paypal/using-oauth.gif deleted file mode 100644 index 25ae2e79c..000000000 Binary files a/docs/_images/integrations/builtin/credentials/paypal/using-oauth.gif and /dev/null differ diff --git a/docs/_images/integrations/builtin/credentials/phantombuster/using-api.gif b/docs/_images/integrations/builtin/credentials/phantombuster/using-api.gif deleted file mode 100644 index e0fd64fdb..000000000 Binary files a/docs/_images/integrations/builtin/credentials/phantombuster/using-api.gif and /dev/null differ diff --git a/docs/integrations/builtin/credentials/paypal.md b/docs/integrations/builtin/credentials/paypal.md index d381c2e68..5987a8825 100644 --- a/docs/integrations/builtin/credentials/paypal.md +++ b/docs/integrations/builtin/credentials/paypal.md @@ -6,25 +6,31 @@ contentType: integration # PayPal credentials -You can use these credentials to authenticate the following nodes with PayPal. +You can use these credentials to authenticate the following nodes: - [PayPal](/integrations/builtin/app-nodes/n8n-nodes-base.paypal/) - [PayPal Trigger](/integrations/builtin/trigger-nodes/n8n-nodes-base.paypaltrigger/) ## Prerequisites -Create a [PayPal](https://paypal.com/) account. +Create a [PayPal developer](https://developer.paypal.com/home){:target=_blank .external-link} account. -## Using OAuth +## Supported authentication methods -1. Access your [PayPal dashboard](https://developer.paypal.com/developer/applications/). -2. Click on *Log in to Dashboard*. -3. Enter your PayPal account credentials. -4. In the section 'REST API apps', click on *Create app*. -5. Enter a name for your app in *App Name* and click on *Create App*. -6. Return to n8n and enter the Client ID and Client Secret in your PayPal API credentials. -7. Choose the environment: sandbox or live. +- API client and secret -![Getting PayPal credentials](/_images/integrations/builtin/credentials/paypal/using-oauth.gif) +## Related resources + +Refer to [Paypal's API documentation](https://developer.paypal.com/api/rest/){:target=_blank .external-link} for more information about the service. + +## Using API client and secret + +To configure this credential, you'll need: + +- A **Client ID**: Generated when you create an app. +- A **Secret**: Generated when you create an app. +- An **Environment**: Select **Live** or **Sandbox**. + +To generate the **Client ID** and **Secret**, log in to your Paypal [developer dashboard](https://developer.paypal.com/dashboard/). Select **Apps & Credentials > Rest API apps > Create app**. Refer to [Get client ID and client secret](https://developer.paypal.com/api/rest/#link-getclientidandclientsecret){:target=_blank .external-link} for more information. diff --git a/docs/integrations/builtin/credentials/peekalink.md b/docs/integrations/builtin/credentials/peekalink.md index 73afac530..3b40c0035 100644 --- a/docs/integrations/builtin/credentials/peekalink.md +++ b/docs/integrations/builtin/credentials/peekalink.md @@ -6,25 +6,24 @@ contentType: integration # Peekalink credentials -You can use these credentials to authenticate the following nodes with Peekalink. +You can use these credentials to authenticate the following nodes: - [Peekalink](/integrations/builtin/app-nodes/n8n-nodes-base.peekalink/) ## Prerequisites -Create a [Peekalink](https://www.peekalink.io/) account. +Create a [Peekalink](https://www.peekalink.io/){:target=_blank .external-link} account. -## Using API Key +## Supported authentication methods -1. Open your [Peekalink](https://www.peekalink.io/app/overview) dashboard. -2. Copy the API key displayed under the ***Your API Key*** section. -3. Enter a name for your credentials in the ***Credentials Name*** field in the 'Peekalink API' credentials in n8n. -4. Paste the API key in the ***API Key*** field in the 'Peekalink API' credentials in n8n. -5. Click on the ***Create*** button to create your credentials. +- API key -The following video demonstrates the steps mentioned above. +## Related resources -
- -
+Refer to [Peekalink's API documentation](https://docs.peekalink.io/){:target=_blank .external-link} for more information about the service. +## Using API key + +To configure this credential, you'll need: + +- An **API Key**: To get your API key, access your Peekalink [dashboard](https://www.peekalink.io/app/overview){:target=_blank .external-link} and copy the key in the **Your API Key** section. Refer to [Get your API key](https://docs.peekalink.io/setup#get-your-api-key){:target=_blank .external-link} for more information. diff --git a/docs/integrations/builtin/credentials/phantombuster.md b/docs/integrations/builtin/credentials/phantombuster.md index 4e8bfa480..e0a423074 100644 --- a/docs/integrations/builtin/credentials/phantombuster.md +++ b/docs/integrations/builtin/credentials/phantombuster.md @@ -6,21 +6,24 @@ contentType: integration # PhantomBuster credentials -You can use these credentials to authenticate the following nodes with PhantomBuster. +You can use these credentials to authenticate the following nodes: - [PhantomBuster](/integrations/builtin/app-nodes/n8n-nodes-base.phantombuster/) ## Prerequisites -Create a [PhantomBuster](https://www.phantombuster.com/) account. +Create a [PhantomBuster](https://www.phantombuster.com/){:target=_blank .external-link} account. -## Using API +## Supported authentication methods -1. Access your [PhantomBuster](https://phantombuster.com/) dashboard. -2. Click on your name on the top right and select 'Org settings'. -3. Scroll down to the ***Third party API keys*** section. -4. Click on the ***+ Add third party API key*** button. -5. Use this ***API Key*** with your PhantomBuster node credentials in n8n. +- API key -![Getting PhantomBuster credentials](/_images/integrations/builtin/credentials/phantombuster/using-api.gif) +## Related resources +Refer to [PhantomBuster's API documentation](https://hub.phantombuster.com/reference){:target=_blank .external-link} for more information about the service. + +## Using API key + +To configure this credential, you'll need: + +- An **API Key**: To get an API key, go to [**Workspace settings**](https://phantombuster.com/workspace-settings){:target=_blank .external-link} **> Third party API keys** and select **+ Add API Key**. Refer to [How to find my API key](https://hub.phantombuster.com/docs/api#how-to-find-my-api-key){:target=_blank .external-link} for more information.