cURL
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.
Sends an email to the lead identified by leadId using the authenticated user’s connected Google account (OAuth required).
UUID of the lead to email
Email details (subject, message)
email sent successfully