You can send emails and Telegram notifications through the Ampersand Email Service REST API. This service handles various email operations such as sending contact forms, custom emails with templates, and Telegram notifications.
Email Service Features
- Send custom emails with HTML templates
- Send contact us forms
- Send Telegram notifications
- Template-based email generation
- SMTP configuration support
- Geolocation tracking
Authentication
All Email Service endpoints require client authentication using ClientId and ClientSecret. These credentials must be included in the request body for each API call.
Available Endpoints
- POST /requestemail
Send custom emails with optional HTML templates and SMTP configuration.
- POST /requesttelegram
Send notifications to Telegram channels or users.
- POST /sendcontactusform
Send contact us form emails with optional system information inclusion.
- GET /Ping
Health check endpoint to verify service availability.
Base URL
All Email Service API calls should be made to: https://email.ampersand-it.com/
Response Format
All endpoints return standard HTTP status codes. Success responses typically return HTTP 200 OK. Error responses include appropriate HTTP status codes with error details.