mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Add Sendy documentation URL
This commit is contained in:
parent
4165fad307
commit
4e43781198
|
@ -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