Update Paypal, Peekalink, and PhantomBuster credentials to template, remove old gifs

This commit is contained in:
freakwriter 2024-06-03 16:52:58 -04:00
parent 93b337900d
commit 82a777bbfa
5 changed files with 40 additions and 32 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -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.

View File

@ -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
<div class="video-container">
<iframe width="840" height="472.5" src="https://www.youtube.com/embed/JbCibwJPKqA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
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.

View File

@ -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.