Skip to main content
POST
Send notification to donors

Authorizations

X-HYS-API-Key
string
header
required

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

Body

application/json

Data needed to send notification to donors

client_id
string

The id of the client

Example:

"1"

hysform_id
integer

The id of the form

Example:

1

emailset_id
integer
Example:

1

donor_ids
integer[]
Example:

"[1,2,3]"

Response

Successful operation

success_message
string
Example:

"Account Notification Emails successfully sent to 2 Donors."

error_message
string
Example:

"1 Account Notification Email failed to send."