mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Add link to credential documentation for Vonage (#1068)
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
|||||||
export class VonageApi implements ICredentialType {
|
export class VonageApi implements ICredentialType {
|
||||||
name = 'vonageApi';
|
name = 'vonageApi';
|
||||||
displayName = 'Vonage API';
|
displayName = 'Vonage API';
|
||||||
|
documentationUrl = 'vonage';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|||||||
Reference in New Issue
Block a user