mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57: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 {
|
export class ActionNetworkApi implements ICredentialType {
|
||||||
name = 'actionNetworkApi';
|
name = 'actionNetworkApi';
|
||||||
displayName = 'Action Network API';
|
displayName = 'Action Network API';
|
||||||
|
documentationUrl = 'actionNetwork';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
Loading…
Reference in a new issue