mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Add credential documentation link for Action Network (#2020)
This commit is contained in:
parent
31cf43c294
commit
9d6d2752a7
|
@ -6,6 +6,7 @@ import {
|
|||
export class ActionNetworkApi implements ICredentialType {
|
||||
name = 'actionNetworkApi';
|
||||
displayName = 'Action Network API';
|
||||
documentationUrl = 'actionNetwork';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Key',
|
||||
|
|
Loading…
Reference in a new issue