Authentication
This endpoint requires API key authentication.
Query Parameters
Optional. If provided, sends a test welcome email to this address instead of to actual users.
Response
Indicates whether the operation was successful
Number of emails sent
Indicates if the endpoint was run in test mode
Status message about the operation
200 OK (Test Mode)
200 OK (Production Mode)
400 Bad Request
401 Unauthorized
Example Usage
Email Template
The welcome email is designed to introduce new users to the OnlyAutomator platform. It includes:- Personalized greeting with the user’s first name
- Brief introduction to the platform’s key features
- Information about the Chrome extension and its benefits
- Direct download link to the Chrome extension
- Quick getting started steps
- Support contact information
Implementation Notes
- This endpoint is designed to be called by a scheduled task (cron job)
- When called without a
testEmail
parameter, it will find all users who registered within the last 24 hours - The endpoint is rate limited to prevent accidental mass emails
- In production, authentication via API key is required
- Email sending is logged for audit purposes
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Test email address to which the email will be sent