Skip to content

cdburgess/EmailService

Repository files navigation

Email Service Code

Here are the list of API calls that can be made from Postman.

List of available vendors

Get the list of available email service vendors.

GET

{{baseUrl}}/api/vendors

Selection Methods

Get the selection methods for the type of email.

GET

{{baseUrl}}/api/selectionMethods

Events

Get the type of events for the service.

GET

{{baseUrl}}/api/events

Send Mail

Send an email for a specific event.

POST

{{baseUrl}}/api/send-email

Parameters

email: string event: string (see Events above)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published