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 'Content-Type: application/json' \
  --header 'X-HYS-API-Key: <api-key>' \
  --data '
{
  "id": 123,
  "client_id": "<string>",
  "name": "<string>",
  "from": "<string>",
  "emailset_id": 123
}
'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Body

application/json

Data for editing an email set

id
integer

The id of the emailset

client_id
string

The id of the client

name
string

The name of the email set

from
string

The sender of the email set

emailset_id
integer

The emailset id

Response

Successful operation

message
string

Response message