0.1.3 • Published 2 years ago

payload-n8n v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Example

Using n8n local on docker with port 5678

n8n({
  testUrl: 'http://localhost:5678/webhook-test',
  productionUrl: 'http://localhost:5678/webhook',
  environment: 'test',
  collections: {
    users: {
      afterChange: {
        workflow: 'email',
      },
    },
  },
});
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago