Commit graph

10 commits

Author SHA1 Message Date
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
कारतोफ्फेलस्क्रिप्ट™
74b954cc9a
feat: replace npm with pnpm (#41)
Co-authored-by: Anthony Hivert <anthony.hivert@numberly.com>
2024-07-04 19:44:50 +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
Iván Ovejero
cfbd8bcab6 📦 Re-update package-lock.json 2022-12-29 18:01:10 +01:00
Iván Ovejero
7828722ad9 📦 Update package-lock.json 2022-12-29 17:56:14 +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
Iván Ovejero
a5c6769fa7 📦 Update package-lock.json 2022-07-19 13:02:29 +02:00
Omar Ajoue
f6d9d17b43 Update package-lock.json and add pairedItem 2022-07-12 10:25:39 +02:00
Omar Ajoue
63243d667e Add package-lock.json to versions 2022-07-11 15:52:39 +02:00