Connect Your Email Provider
Link Amazon SES, SendGrid, Postmark, or any SMTP in seconds — no friction, just config.
Create, schedule, and send all your messages from one platform. Whether it's emails, tweets, or LinkedIn updates, our AI handles the timing, targeting, and optimization.
Get started in minutes. No complex setup, no email headaches. Just connect, create, and send.
Link Amazon SES, SendGrid, Postmark, or any SMTP in seconds — no friction, just config.
Build, version, and test your templates directly in the dashboard. Preview changes live.
Trigger email sends from any backend with a single, consistent API call. Done.
<?php require_once 'vendor/autoload.php'; use ISend\ISendClient; // Initialize the client $client = new ISendClient('your-api-key-here'); // Prepare email data $emailData = [ 'template_id' => 124, 'to' => '[email protected]', 'dataMapping' => [ 'name' => 'ISend' ] ]; // Send the email $response = $client->sendEmail($emailData);
from isend import ISendClient # Initialize the client client = ISendClient('your-api-key-here') # Email data email_data = { 'template_id': 124, 'to': '[email protected]', 'dataMapping': { 'name': 'ISend' } } response = client.send_email(email_data) print(response)
const { ISendClient } = require('@isend-ai/nodejs-sdk'); // Initialize the client const client = new ISendClient('your-api-key-here'); // Send email using template const emailData = { template_id: 124, to: '[email protected]', dataMapping: { name: 'ISend' } }; client.sendEmail(emailData) .then(response => { console.log('Email sent successfully!', response); }) .catch(error => { console.error('Error sending email:', error.message); });
require 'isend' # Initialize the client client = ISend::Client.new('your-api-key-here') # Email data email_data = { template_id: 124, to: '[email protected]', dataMapping: { name: 'ISend' } } response = client.send_email(email_data) puts response
"You should absolutely try isend.ai — it's incredibly easy to manage email templates. Our customer communication headaches are gone for good."
Add email functionality with a single API call with zero setup, zero boilerplate. Just send.
One unified API works across Node, Python, PHP, Go, Ruby.
Send test emails as you code. Preview changes instantly without deploying or switching tools.
Manage templates in your dashboard. Versioned, testable, and built for teams that move fast.
Create, rotate, and revoke API keys with full audit trails. Security built-in from day one.
Pay as you go. No overages. No lock-in. Start free, scale when you need to.
Built for developers with fast setup, full control, and no unnecessary complexity.
Built for speed and clarity. Every feature exists to get you from idea to send faster with full control.
Use your own provider like SES, SendGrid, Mailgun, SMTP. We don't trap you.
No bloated onboarding. Install the package, drop in your key, and start sending. That's it.