do_action( 'hubspot_data', array $data )
Action Hubspot data.
Contents
Parameters Parameters
- $data
-
(array) Lead data.
- ''properties''
(array) Properties.- (array)
- ''property''
(string) email - ''value''
(string) email value
- ''property''
- (array)
- ''property''
(string) firstname - ''value''
(string) firstname value
- ''property''
- (array)
- ''property''
(string) lastname - ''value''
(string) lastname value
- ''property''
- (array)
- ''property''
(string) phone - ''value''
(string) phone value }
- ''property''
- (array)
- ''properties''
Source Source
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |