Skip to main content
POST
/
applications
/
forward
Send Application to Lead
curl --request POST \
  --url https://api.sternrockcapital.com/applications/forward \
  --header 'Content-Type: application/json' \
  --data '
{
  "leadId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "phoneNumberId": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json

PhoneNumberID (sender) and LeadID (recipient)

leadId
string<uuid>
phoneNumberId
string

Response

message sent successfully