PostMark Email Services
City of Boston use PostMark to relay emails.
REST Endpoints
Requests an email token.
{
"token_session": int
}Deletes an existing token.
{
"token_session": "removed"
}
or
{
"token_session": "not found"
}Send an email via PostMark
Headers
Name
Type
Description
Request Body
Name
Type
Description
[legacy] Send an email via PostMark (legacy)
[deprecated 2021] Alias for /rest/email/contactform
Last updated
Was this helpful?