cURL
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>" }
Sends an SMS message with the application to the primary lead person of the given lead, using the specified phone number as the sender.
PhoneNumberID (sender) and LeadID (recipient)
message sent successfully