add_action('wpcf7_before_send_mail', function($cf7) { if ($cf7->id() == 3444) { $submission = WPCF7_Submission::get_instance(); if ($submission) { $data = $submission->get_posted_data(); wp_remote_post('https://n8n.srv1243567.hstgr.cloud/webhook/hcf-adhesion-pro', [ 'body' => json_encode($data), 'headers' => ['Content-Type' => 'application/json'], 'timeout' => 10, 'blocking' => false ]); } } });