31 lines
495 B
Plaintext
31 lines
495 B
Plaintext
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}}"
|
|
}
|
|
}
|