meta {
name: debug-html-default
type: http
seq: 3
}
post {
url: {{ENDPOINT}}/send/debug-html
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
{
"bodyMarkdown": "# New ${artistName} release\n\n\n\n${albumName} by ${artistName} has just been released. You presaved so it's already in your ${musicServiceName} library.",
"fromEmail": "contact@songwhip.com",
"fromName": "Songwhip",
"toEmails": ["wilsonpage@me.com"],
"textBody": "Some text body",
"subject": "Someone just presaved",
"ctaText": "Listen to it now",
"ctaLink": "https://songwhip.com/djremix",
"footerText": "This is a one-off notification email. You received it because you presaved an album on songwhip.com."
}
}