do_action( 'lead_to_salesforce', array $data )

Action lead data to Salesforce.


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


Top ↑

Source Source

File: calculator-salesforce-add-on/inc/MP_Addon_Salesforce.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.