Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Create newsletter API endpoint #30

Open
MarshallAsch opened this issue Jun 5, 2019 · 0 comments
Open

Create newsletter API endpoint #30

MarshallAsch opened this issue Jun 5, 2019 · 0 comments
Labels

Comments

@MarshallAsch
Copy link
Member

This is related to #29

Create the endpoint where a new newsletter can be sent to the mailing list.

This ticket should just be the api endpoint and the necessary tests.

POST /api/v1/newsletter
Should be where the form gets submitted to send an email to everyone on the mailing list. (the implementation of this will be a separate task).
This should accept a JSON object that is something along the lines of:

{
    "content": "newsletter content here"
}

A formal spec of the endpoint will be added created later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant