mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
Add link to credential documentation for Vonage (#1068)
This commit is contained in:
parent
fc695e0bea
commit
e272c69f07
|
@ -6,6 +6,7 @@ import {
|
|||
export class VonageApi implements ICredentialType {
|
||||
name = 'vonageApi';
|
||||
displayName = 'Vonage API';
|
||||
documentationUrl = 'vonage';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Key',
|
||||
|
|
Loading…
Reference in a new issue