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.
API key generated from Developer Settings. Format: hys_...
Data for editing an email set
Successful operation
Response message
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>"
}