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