GTBitsOfGood / GTBitsOfGood/stempower

Add Endpoint for Sending Emails to Mentors

Open
#25 0 comments 0 reactions 1 assignee Claimed by @alex-kelso View on GitHub
Dominant language
JavaScript
Stars
1
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Create a POST endpoint /organization/:organization_id/email that takes in JSON objects of the following format:

{
"emailContent": "Some String",
}

Additionally, the URL parameter organization_id will be an organization id (note that the id may or may not be valid). When this endpoint is provided valid data, it sends an email from a test email account to the email address of every mentor who is listed under the organization with the corresponding id.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.