This is an n8n community node. It lets you add recipients to Scribeless campaigns from n8n workflows.
Scribeless helps teams send automated handwritten direct mail.
n8n is a fair-code licensed workflow automation platform.
Installation Operations Credentials Compatibility Usage Resources Version history
Follow the installation guide in the n8n community nodes documentation.
Recipient:
- Add to Campaign
This node uses Scribeless API key authentication.
- In Scribeless, go to
https://platform.scribeless.co/settings#/api-keys. - Create or copy an API key.
- In n8n, create a Scribeless API credential and paste the key.
The credential test calls GET https://platform.scribeless.co/api/auth/whoami.
Built with the official @n8n/node-cli scaffold. Test against the n8n version installed by npm run dev.
Use Recipient > Add to Campaign to send a recipient into a Scribeless campaign. The Campaign field loads your campaigns from Scribeless so you can select a campaign by name instead of pasting an ID. The selected campaign ID is sent to POST /api/recipients.
Updated campaign selection to use a campaign dropdown on the recipient action, and changed credential documentation links to the public package repository.
Initial private build with campaign lookup and recipient creation.