google-labs-jules[bot]
ac43632800
chore: Remove template and example files
...
Removes unused template and example files from the n8n custom node package:
- credentials/ExampleCredentialsApi.credentials.ts
- credentials/HttpBinApi.credentials.ts
- nodes/ExampleNode/ (directory)
- nodes/HttpBin/ (directory)
- README_TEMPLATE.md
Updates `package.json` to remove references to these deleted files
in the `n8n.credentials` and `n8n.nodes` sections.
2025-05-26 19:35:28 +00:00
google-labs-jules[bot]
93fee8e18f
chore: Update package.json for npm publishing
...
Updates package.json to version 1.0.0.
Sets author to SilkePilon.
Updates description, homepage, and repository URL.
Adds 'resend' to keywords.
Updates package name to 'n8n-nodes-resend'.
Ensures ResendApi.credentials.js, Resend.node.js, and ResendTrigger.node.js
are correctly listed in the n8n.credentials and n8n.nodes sections
for proper packaging and use.
2025-05-26 19:31:54 +00:00
google-labs-jules[bot]
30fca2b5d5
feat: Add Resend node and trigger
...
Adds a new integration for Resend, an email sending service.
Includes:
- Resend API credential (`ResendApi.credentials.ts`) for API key authentication.
- Resend action node (`nodes/Resend/Resend.node.ts`):
- Supports "Send Email" operation with parameters for to, from, subject, html, text, cc, bcc, reply_to, and tags.
- Uses Resend API `https://api.resend.com/emails `.
- Resend trigger node (`nodes/Resend/ResendTrigger.node.ts`):
- Handles Resend webhooks for various event types (email.sent, email.delivered, etc.).
- Implements webhook signature verification using Svix and a user-provided signing secret.
- Allows you to select which events to listen for.
- Official Resend SVG icon (`nodes/Resend/Resend.svg`).
- Adds `svix` as a dependency for webhook verification.
2025-05-26 19:15:32 +00:00
Guspan Tanadi
65e06338e3
docs: update section links ( #71 )
2025-05-16 12:19:17 +01:00
Jon
3624c920ed
Update to support new features ( #70 )
2025-05-13 14:26:01 +01:00
Iván Ovejero
73c99818fa
fix: Remove n8n-workflow as dev dependency ( #63 )
2025-02-03 12:07:10 +01:00
Iván Ovejero
a36a4a1841
chore: Remove tslint config ( #64 )
2025-02-03 12:04:47 +01:00
कारतोफ्फेलस्क्रिप्ट™
b2ba2d1cf1
Update ExampleNode.node.ts
2024-10-21 17:00:23 +02:00
Deborah Barnard
7eb8838df5
fix action > description ( #36 )
2024-07-04 19:46:17 +02:00
कारतोफ्फेलस्क्रिप्ट™
74b954cc9a
feat: replace npm with pnpm ( #41 )
...
Co-authored-by: Anthony Hivert <anthony.hivert@numberly.com>
2024-07-04 19:44:50 +02:00
कारतोफ्फेलस्क्रिप्ट™
58094ce2e5
Merge pull request #46 from n8n-io/stop-using-core
...
stop using n8n-core in nodes
2024-05-02 17:04:12 +02:00
कारतोफ्फेलस्क्रिप्ट™
0b3d008aa1
make n8n-workflow a peerDependency
2024-05-02 11:47:31 +02:00
कारतोफ्फेलस्क्रिप्ट™
571ab0acb1
stop using n8n-core in nodes
2024-05-02 11:44:26 +02:00
Jan Oberhauser
0466fdb2df
⚡ Fix build issue
2023-08-14 10:22:59 +02:00
कारतोफ्फेलस्क्रिप्ट™
9969923e63
Merge pull request #37 from n8n-io/general-update
...
refactor: General update
2023-01-03 15:51:26 +01:00
Iván Ovejero
cfbd8bcab6
📦 Re-update package-lock.json
2022-12-29 18:01:10 +01:00
Iván Ovejero
979eefad2e
👕 Update lint config
2022-12-29 17:56:50 +01:00
Iván Ovejero
3e403ea10b
🔧 Update tsconfig.json
2022-12-29 17:56:39 +01:00
Iván Ovejero
7828722ad9
📦 Update package-lock.json
2022-12-29 17:56:14 +01:00
Iván Ovejero
5e81fb4d38
📦 Update dependencies
2022-12-29 17:56:02 +01:00
Iván Ovejero
4058614a41
⚡ Add .npmignore
2022-12-29 17:55:47 +01:00
Iván Ovejero
2d6d19c412
🔥 Remove deprecated rules
2022-12-29 17:09:12 +01:00
Marcus
cf37545eb1
update package.json dependencies ( #33 )
...
* updated package.json dependencies
* update package-lock.json
* fix linting errors
* unpinned n8n-core/n8n-workflow dependencies (use latest)
* removed color prop (only core nodes with fa icon)
2022-11-23 09:37:42 +01:00
Deborah
40a1d2e467
Merge pull request #30 from n8n-io/readme-template
...
readme template draft
2022-08-18 11:56:53 +01:00
Deborah Barnard
9fbef7d5ad
add TOC and version history section
2022-08-17 16:41:50 +01:00
Deborah Barnard
246155d65e
readme template draft
2022-08-17 16:10:14 +01:00
Deborah Barnard
231c29c85a
USA spelling
2022-08-11 11:53:30 +01:00
Deborah Barnard
35d7b9b3eb
add test step
2022-08-11 10:35:49 +01:00
Deborah
f61f363162
Merge pull request #29 from n8n-io/update-readme
...
update readme and add CoC
2022-08-11 10:20:33 +01:00
Deborah
d8174322fd
Merge branch 'master' into update-readme
2022-08-11 10:20:22 +01:00
Deborah Barnard
c429bcc06a
update readme and add CoC
2022-08-11 10:18:01 +01:00
Cornelius Suermann
6ad687a369
remove default values
...
to encourage users to put in their custom values
2022-08-02 15:18:09 +02:00
Cornelius Suermann
a4a172f3cb
update README.md
2022-08-02 15:13:08 +02:00
Omar Ajoue
bd8bf2ca91
Fix credential name
2022-07-25 17:13:58 +02:00
Omar Ajoue
b11e4aa54f
Merge pull request #26 from n8n-io/apply-lintings-progressively
...
Apply lintings progressively
2022-07-19 17:04:36 +02:00
Iván Ovejero
8915c01d82
⚡ Change : to && in scripts
2022-07-19 13:31:32 +02:00
Iván Ovejero
0c5df74fad
✨ Set up prepublishOnly command
2022-07-19 13:04:03 +02:00
Iván Ovejero
994a677b3e
👕 Enable community-package-json-name-still-default on publish
2022-07-19 13:03:24 +02:00
Iván Ovejero
b4c404769c
👕 Disable community-package-json-name-still-default
2022-07-19 13:03:09 +02:00
Iván Ovejero
a5c6769fa7
📦 Update package-lock.json
2022-07-19 13:02:29 +02:00
Iván Ovejero
10212ac293
⬆️ Upgrade eslint-plugin-n8n-nodes-base
2022-07-19 13:02:16 +02:00
Omar Ajoue
788a74b752
Merge pull request #25 from n8n-io/update-pairing-lintings
...
Disable pairing lintings
2022-07-18 10:36:53 +02:00
Omar Ajoue
d94bb8defc
Merge pull request #24 from n8n-io/track-vscode-dir
...
Track `.vscode` dir
2022-07-18 10:35:44 +02:00
Iván Ovejero
0ff9ad1ec3
👕 Disable pairing lintings
2022-07-14 16:58:01 +02:00
Iván Ovejero
bc9f46fd7b
⚡ Track .vscode dir
2022-07-14 14:59:38 +02:00
Omar Ajoue
01157a3f1e
Merge pull request #19 from n8n-io/StarfallProjects-creds-docs-url
...
Update HttpBinApi.credentials.ts
2022-07-13 11:47:27 +02:00
Deborah
2b1a43da3d
Merge branch 'master' into StarfallProjects-creds-docs-url
2022-07-13 10:08:03 +01:00
Omar Ajoue
f6d9d17b43
Update package-lock.json and add pairedItem
2022-07-12 10:25:39 +02:00
Omar Ajoue
5935eec634
Merge pull request #21 from n8n-io/upgrade-linter-for-api-version-rules
...
Upgrade linter for `n8nNodesApiVersion`
2022-07-11 17:27:48 +02:00
Omar Ajoue
63243d667e
Add package-lock.json to versions
2022-07-11 15:52:39 +02:00