0.1.3 • Published 3 years ago

payload-n8n v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago