UPdate VirusTotal and Vonage credentials to template, remove old gif

This commit is contained in:
freakwriter 2024-06-13 16:46:40 -04:00
parent 6d1899f7f4
commit 00aa6238ad
3 changed files with 31 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.7 MiB

View File

@ -5,15 +5,25 @@ description: Documentation for the VirusTotal credentials. Use these credentials
# VirusTotal credentials
You can use these credentials to authenticate when using the HTTP Request node to make a [Custom API call](/integrations/custom-operations/).
--8<-- "_snippets/integrations/builtin/credentials/cred-only-statement.md"
## Authentication methods
## Prerequisites
VirusTotal uses an API key to authenticate.
Create a [VirusTotal](https://www.virustotal.com){:target=_blank .external-link} account.
## Supported authentication methods
- API key
## Related resources
Refer to [VirusTotal's documentation](https://developers.virustotal.com/reference/authentication){:target=_blank .external-link} for more information about the service.
Refer to [VirusTotal's documentation](https://docs.virustotal.com/reference/overview){:target=_blank .external-link} for more information about the service.
This is a credential-only node. Refer to [Custom API operations](/integrations/custom-operations/) to learn more. View [example workflows and related content](https://n8n.io/integrations/virustotal/){:target=_blank .external-link} on n8n's website.
## Using API key
To configure this credential, you'll need:
- An **API Token**: Go to your **user account menu > API key** to get your API key. Enter this as the **API Token** in your n8n credential. Refer to [API authentication](https://docs.virustotal.com/reference/authentication){:target=_blank .external-link} for more information.

View File

@ -6,19 +6,28 @@ contentType: integration
# Vonage credentials
You can use these credentials to authenticate the following nodes with Vonage.
You can use these credentials to authenticate the following nodes:
- [Vonage](/integrations/builtin/app-nodes/n8n-nodes-base.vonage/)
## Prerequisites
Create a [Vonage](https://vonage.com) account.
Create a [Vonage developer](https://developer.vonage.com){:target=_blank .external-link} account.
## Using API Key
## Supported authentication methods
1. Access the [Vonage API dashboard](https://dashboard.nexmo.com/).
2. Copy the ***API key*** and the ***API Secret*** from the dashboard.
3. Use this ***API Key*** and ***API Secret*** with your Vonage node credentials in n8n.
- API key
![Getting Vonage credentials](/_images/integrations/builtin/credentials/vonage/using-api.gif)
## Related resources
Refer to [Vonage's SMS API documentation](https://developer.vonage.com/en/api/sms){:target=_blank .external-link} for more information about the service.
## Using API key
To configure this credential, you'll need:
- An **API Key**
- An **API Secret**
Get your **API Key** and **API Secret** from your [developer dashboard](https://dashboard.nexmo.com/){:target=_blank .external-link} **user account > Settings > API Settings**. Refer to [Retrieve your account information](https://developer.vonage.com/en/account/guides/dashboard-management#retrieve-your-account-information){:target=_blank .external-link} for more information.