POST
/
admin
/
auto_emails
/
emailset
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/auto_emails/emailset \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "from": "jsmith@example.com",
  "client_id": "<string>"
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Data for the new email set
name
string

The name of the email set

from
string

The sender's email address

client_id
string

The id of the client

Response

200
application/json
Successful operation
message
string

Confirmation message