Welcome to SendX
This quick start guide will help you:- Set up your SendX account
- Identify your first contact using the REST API
- Get ready to send your first email
1. Set Up Your SendX Account
Start by creating a SendX account if you haven’t already: Create Account → After registering, log in and navigate to:Settings → API & Webhooks → Copy your Team API Key
This key is required for all API interactions. Keep it safe and never expose it in public code repositories.
2. Identify a Contact
Use theidentify
method of the SendX REST API to start adding your contacts to the SendX App, this would allow you to send email to that contact later:
Identify REST API
For more details on the
identify
method, check out the API reference.Next Steps
Once your contact is identified, you can start sending emails to them using the SendX API.Want to go further?
- Send transactional emails
- Run campaigns and newsletters
- Segment contacts with tags and custom fields