mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -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 {
|
||||
name = 'sendyApi';
|
||||
displayName = 'Sendy API';
|
||||
documentationUrl = 'sendy';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'URL',
|
||||
|
|
Loading…
Reference in a new issue