bruno/memori-dashboard/Internal/Mail to followers.bru

31 lines
495 B
Plaintext
Raw Permalink Normal View History

2025-03-26 16:44:26 +01:00
meta {
name: Mail to followers
type: http
seq: 4
}
post {
url: {{host}}/api/mail2followers/:sessionID
body: json
auth: inherit
}
params:path {
sessionID:
}
headers {
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
}
body:json {
{
"userEmail": "{{email}}",
"subject": "{{subject}}",
"message": "{{message}}",
"to": "{{to}}",
"twinName": "{{twinName}}",
"publicPageURL": "{{publicPageURL}}"
}
}