do_action( 'lead_to_zoho', array $lead )
Action lead data to Zoho.
Contents
Parameters Parameters
- $lead
-
(array) Lead data.
- ''firstname''
(string) lead first name - ''secondname''
(string) lead second name - ''email''
(string) lead email - ''phone''
(string) lead phone - ''zipcode''
(string) lead zip code - ''yearofbirth''
(string) lead year of birth - ''investmentamount''
(string) investment amount
- ''firstname''
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |