dennisklappe-piece-emailit
v0.1.0
Published
Send transactional emails with EmailIt
Maintainers
Readme
EmailIt Piece for Activepieces
This piece integrates EmailIt's transactional email service with Activepieces.
Features
- Send HTML emails through EmailIt API
- Simple API key authentication
- Customizable sender information
- Reply-to header support
- Optional reply-to address
Testing with Activepieces Cloud
To test this piece without installing Activepieces locally:
Publish to npm (for testing):
cd emailit-piece npm login # Update package.json name to be unique (e.g., @your-username/piece-emailit) npm run build npm publishInstall in Activepieces Cloud:
- Go to your Activepieces cloud instance
- Navigate to Settings → My Pieces → Install Piece
- Enter your package name (e.g.,
@your-username/piece-emailit) - Install the piece
Test in a flow:
- Create a new flow
- Add the EmailIt piece as an action
- Configure and test
Configuration
- Get your API key from EmailIt App
- Add the EmailIt piece to your flow
- Enter your API key when prompted
- Configure the email fields:
- From Name: The sender's display name
- From Email: The sender's email address
- To Email: Recipient's email address
- Subject: Email subject line
- Body: Email content (HTML supported)
- Reply-To Email (optional): Alternative reply address for responses
Usage Example
In your Activepieces flow:
- Add the EmailIt piece as an action
- Configure authentication with your API key from https://app.emailit.com/
- Fill in the required email fields
- Optionally set a reply-to address
- The action will return success/failure status with response data
Email Headers
The piece automatically includes:
Authorization: Bearer {your-api-key}Content-Type: application/json- Reply-to header (when reply-to email is provided)
API Documentation
For more information about EmailIt's API, visit EmailIt Documentation
