REST API

POST /message/

Sends a message by assembling it from the components.

Status Codes
POST /template/{template_name}/send/

Sends a message built from the specified template.

Parameters
  • template_name (string) – A template name

Status Codes
GET /unsubscribe/{email}/token/{tag}/

Retreives a token to unsubscribe an email address from the messages with the specified tag.

Parameters
  • email (string) – An email to unsubscribe

  • tag (string) – A tag to unsubscribe

Status Codes