function ss_send_whatsapp_otp($phone, $otp) { $api_key = get_option('ss_libromi_api_key'); // Format phone (remove +) $phone = ltrim($phone, '+'); $response = wp_remote_post('https://wa-api.cloud/api/v1/messages', [ 'headers' => [ 'Authorization' => 'Bearer ' . $api_key, 'Content-Type' => 'application/json' ], 'body' => json_encode([ 'to' => $phone, 'type' => 'template', 'template' => [ 'name' => 'sunnah_login_otp', 'language' => [ 'code' => 'en', 'policy' => 'deterministic' ], 'components' => [ [ 'type' => 'body', 'parameters' => [ [ 'type' => 'text', 'text' => (string)$otp ] ] ], [ 'type' => 'button', 'sub_type' => 'url', 'index' => '0', 'parameters' => [ [ 'type' => 'text', 'text' => "https://www.whatsapp.com/otp/code/?otp_type=COPY_CODE&code_expiration_minutes=10&code=otp$otp" ] ] ] ] ] ]) ]); if (is_wp_error($response)) { error_log('WA API Error: ' . $response->get_error_message()); return false; } $body = wp_remote_retrieve_body($response); error_log('WA API Response: ' . $body); return true; } Usool & Halal Haram Archives - Sunnah Shopping

Usool & Halal Haram

3 items
Home Arabic Islamic Books Usool & Halal Haram
View Cart
0

Login with WhatsApp