diff --git a/docs/_images/integrations/builtin/credentials/vonage/using-api.gif b/docs/_images/integrations/builtin/credentials/vonage/using-api.gif deleted file mode 100644 index 6af13c99d..000000000 Binary files a/docs/_images/integrations/builtin/credentials/vonage/using-api.gif and /dev/null differ diff --git a/docs/integrations/builtin/credentials/virustotal.md b/docs/integrations/builtin/credentials/virustotal.md index 6da5d2523..5becce866 100644 --- a/docs/integrations/builtin/credentials/virustotal.md +++ b/docs/integrations/builtin/credentials/virustotal.md @@ -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. diff --git a/docs/integrations/builtin/credentials/vonage.md b/docs/integrations/builtin/credentials/vonage.md index 05ba42acc..d07f427d3 100644 --- a/docs/integrations/builtin/credentials/vonage.md +++ b/docs/integrations/builtin/credentials/vonage.md @@ -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.