GTBitsOfGood / GTBitsOfGood/stempower
Add Endpoint for Sending Emails to Mentors
Open
- 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.