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
Jon
3624c920ed
Update to support new features ( #70 )
2025-05-13 14:26:01 +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
Jan Oberhauser
0466fdb2df
⚡ Fix build issue
2023-08-14 10:22:59 +02: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
Omar Ajoue
f6d9d17b43
Update package-lock.json and add pairedItem
2022-07-12 10:25:39 +02:00
Omar Ajoue
71f3e518d7
Merge pull request #17 from n8n-io/more-general-improvements
...
More general improvements
2022-07-06 14:10:44 +02:00
Iván Ovejero
4998bfd3c7
⚡ Add action to HttpVerbDescription
2022-07-06 10:30:58 +02:00
Omar Ajoue
249a1cff88
Add correct credential docs
2022-07-05 14:37:49 +02:00
Iván Ovejero
4e292c7f53
🔥 Remove changes related to action
2022-06-30 17:12:17 +02:00
Iván Ovejero
b4cce8d55c
🔀 Merge master
2022-06-30 17:09:31 +02:00
Omar Ajoue
de7c4dbed1
Fix credential usage and error output
2022-06-29 16:27:55 +02:00
Omar Ajoue
26f52ed166
Add clarifying comment
2022-06-29 14:55:31 +02:00
Omar Ajoue
ba83500857
Add correct error output with context
2022-06-29 14:54:53 +02:00
Omar Ajoue
abe033d7a1
Handle errors from example node and clarified options about credentials and properties
2022-06-29 14:12:28 +02:00
Iván Ovejero
dc1db201b6
⚡ Set up action for operation options
2022-06-28 16:50:33 +02:00
Iván Ovejero
82b2552d10
⚡ General improvements
...
Improve explanatory comments, correct typings, make param names consistent, and simplify execute block.
2022-06-28 15:27:25 +02:00
Cornelius Suermann
b586ec812f
✏️ fix typo
2022-06-27 15:09:59 +02:00
Iván Ovejero
f2731eaa55
🎨 Apply Prettier
2022-06-27 11:45:32 +02:00
Omar Ajoue
583e5302bc
Added necessary plugins and fixed configs for linting
2022-06-21 11:23:10 +02:00
brianinoa
b2b5a97188
🚨 Autofix node linting
2022-06-20 15:22:10 +02:00
Brian Inoa
b61ff785f0
⚡ Fix incorrect defaults
...
⚡ Remove Auth resource
2022-06-20 14:21:52 +02:00
brianinoa
1c53ac9f85
⚡ Improve descriptions
2022-06-16 15:03:56 +02:00
brianinoa
e37148b6e6
♻️ fix descriptions
2022-06-16 12:18:05 +02:00
brianinoa
5909f4d124
♻️ Import HTTP Verbs operations and fields
2022-06-16 12:00:05 +02:00
brianinoa
e123f16c42
♻️ Separate HTTP Verbs functionality to it's own file
2022-06-16 11:59:25 +02:00
brianinoa
0623f030e6
Add relevant category
2022-06-14 19:52:39 +02:00
brianinoa
71978520ba
⚡ Fix node name and color
...
⚡ Add initial Resource and Operation
2022-06-14 17:02:04 +02:00
brianinoa
1f0e9fc3e6
Move credentials to correct directory
2022-06-14 17:01:15 +02:00
brianinoa
380b617a5f
⚡ Create New HttpBin Declarative Node
2022-06-14 16:31:05 +02:00
Jan Oberhauser
61dca83eb0
👕 Fix lint issue
2022-01-17 18:29:15 +01:00
Jan Oberhauser
d3a225f94e
🎉 Initial commit
2019-10-03 08:53:03 +02:00