For the full API reference, see the Resend API documentation.
Connection setup
1
Get your API key
Log in to the Resend dashboard and navigate to API Keys. Create a new API key or copy an existing one.
2
Add the connection in Spojit
Go to Connections in Spojit, click Add Connection, select Resend, and enter:
- API Key: Your Resend API key (starts with
re_) - Default From Address (optional): A default sender address (e.g.,
Team <hello@yourdomain.com>) used whenfromis not specified in the tool parameters
Tools
Emails
send-email: Send an email
send-email: Send an email
string
Sender address. Falls back to the connection’s default from address.
string | string[]
required
Recipient email address(es).
string
required
Email subject line.
string
HTML email body.
string
Plain text email body.
string | string[]
CC recipient(s).
string | string[]
BCC recipient(s).
string | string[]
Reply-to address(es).
object[]
Email tags for tracking. Each tag has a
name and value.string
Schedule send time (ISO 8601).
object[]
File attachments. Each item is an object with a
filename and base64-encoded content.In a workflow, map content to an upstream output that already produces base64-encoded bytes (e.g. a file downloaded over HTTP/FTP, or a document produced by another step).send-batch-emails: Send multiple emails
send-batch-emails: Send multiple emails
object[]
required
Array of email objects with the same fields as
send-email (including attachments).get-email: Get sent email details
get-email: Get sent email details
list-emails: List all sent emails
list-emails: List all sent emails
No parameters required.Example response:
Contacts
create-contact: Add a contact to an audience
create-contact: Add a contact to an audience
list-contacts: List contacts in an audience
list-contacts: List contacts in an audience
get-contact: Get a contact by ID
get-contact: Get a contact by ID
update-contact: Update a contact
update-contact: Update a contact
Domains
list-domains: List configured domains
list-domains: List configured domains
No parameters required.Example response:
get-domain: Get domain details
get-domain: Get domain details
verify-domain: Trigger DNS verification
verify-domain: Trigger DNS verification