Skip to main content
PUT
/
admin
/
auto_emails
/
emailset
Edit an email set
curl --request PUT \
  --url https://api.helpyousponsor.com/v1/admin/auto_emails/emailset \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123,
  "client_id": "<string>",
  "name": "<string>",
  "from": "<string>",
  "emailset_id": 123
}'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Body

application/json
id
integer
client_id
string
name
string
from
string
emailset_id
integer

Response

message
string