Skip to content

randomCampaignEmailServiceURL

randomCampaignEmailServiceURL

The URL of an API service that returns a JSON of format:

[{
  "subject": "...",
  "body": "..."
}]

If set to a string, msender will attempt to fetch data from that URL to load into state for the email preview.

A mock express server for testing is included in /mocks/server that defaults to http://localhost:3000/random-campaign-email"

Peek_2023-10-06_17-39

Edited by Evan Lesmez

Merge request reports