Skip to main content
POST
/
leads
/
{leadId}
/
email
Send Email to Lead
curl --request POST \
  --url https://api.sternrockcapital.com/leads/{leadId}/email \
  --header 'Content-Type: application/json' \
  --data '{
  "message": "<string>",
  "subject": "<string>"
}'
This response does not have an example.

Path Parameters

leadId
string
required

UUID of the lead to email

Body

application/json

Email details (subject, message)

message
string
subject
string

Response

email sent successfully