Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wp_fusion()->crm->connect()
- $params = array(
- 'account_id' => wp_fusion()->crm->account_id,
- 'id' => $contact_id,
- 'action' => 'Event name'
- );
- wp_fusion()->crm->app->record_event( $params );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement