mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
⚡ Add Sendy documentation URL
Add Sendy documentation URL
This commit is contained in:
commit
5eb4a7c187
|
@ -6,6 +6,7 @@ import {
|
||||||
export class SendyApi implements ICredentialType {
|
export class SendyApi implements ICredentialType {
|
||||||
name = 'sendyApi';
|
name = 'sendyApi';
|
||||||
displayName = 'Sendy API';
|
displayName = 'Sendy API';
|
||||||
|
documentationUrl = 'sendy';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'URL',
|
displayName: 'URL',
|
||||||
|
|
Loading…
Reference in a new issue