You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
This issue involves implementing an API to Send bulk emails. The endpoint should allow Admin to make a POST request to {{baseUrl}}/api/admin/emails.
Tasks:
Create a controller for the /controllers/email endpoint in the backend (create the route email if not created).
Parse and validate the request body to ensure it matches the expected format.
Implement appropriate error handling and response status codes for different scenarios (e.g., validation errors, database errors).
Write unit tests to validate the functionality and correctness of the endpoint.
Description:
This issue involves implementing an API to Send bulk emails. The endpoint should allow Admin to make a POST request to
{{baseUrl}}/api/admin/emails
.Tasks:
/controllers/email
endpoint in the backend (create the route email if not created).API documentation: https://documenter.getpostman.com/view/27421496/2s93m1a4ac#8744a3ee-970f-489a-853d-8b23fdee8de3
ER diagram: https://drive.google.com/file/d/11KMgdNu2mSAm0Ner8UsSPQpZJS8QNqYc/view
Acceptance Criteria:
/controllers/email
is implemented via a POST request.Additional Information:
No
Related Dependencies or References:
No
The text was updated successfully, but these errors were encountered: