company_id = $company_id; $webhook->user_id = $user_id; $webhook->target_url = ''; $webhook->event_id = 1; $webhook->format = 'JSON'; return $webhook; } }