Skip to main content
GET
/
admin
/
donor
/
{commitment_id}
/
email
Send signup email to a donor
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donor/{commitment_id}/email \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "<string>",
  "status": "success"
}

Authorizations

X-HYS-API-Key
string
header
required

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

Path Parameters

commitment_id
integer
required

ID of the commitment

Response

Email sent successfully

message
string
status
string
Example:

"success"