0.1.3 • Published 10 months ago

payload-n8n v0.1.3

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

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago