do_action( 'hubspot_data', array $data )

Action Hubspot data.


Parameters Parameters

$data

(array) Lead data.

  • ''properties''
    (array) Properties.
    • (array)
      • ''property''
        (string) email
      • ''value''
        (string) email value
    • (array)
      • ''property''
        (string) firstname
      • ''value''
        (string) firstname value
    • (array)
      • ''property''
        (string) lastname
      • ''value''
        (string) lastname value
    • (array)
      • ''property''
        (string) phone
      • ''value''
        (string) phone value }


Top ↑

Source Source

File: calculator-hubspot-add-on/inc/MP_Addon_Hubspot.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.