do_action( 'lead_to_salesforce', array $data )
Action lead data to Salesforce.
Contents
Parameters Parameters
- $data
-
(array) Lead data.
- ''FirstName''
(string) lead first name - ''LastName''
(string) lead second name - ''Company''
(string) Mortgage Platform - ''Email''
(string) lead email - ''Phone''
(string) lead phone
- ''FirstName''
Source Source
File: calculator-salesforce-add-on/inc/MP_Addon_Salesforce.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |