Documentation Tag: SMS

WP SMS Booking Integrations: Step-by-Step Guide

WP SMS Booking Integrations is a powerful add-on for WP SMS that enables you to send SMS notifications to admins and customers for a variety of booking events. This includes new appointments, approved appointments, canceled appointments, rescheduled appointments, upcoming appointments, and missed appointments. This add-on is compatible with the following popular booking plugins for WordPress: […]

Read More Read more

How to Automatically Add SMS Subscribers When Users Register on WordPress?

In the world of websites and online businesses, staying connected with your audience is key. One effective way to do this is by integrating SMS subscriptions into your WordPress user registration process. This allows you to automatically add new users as SMS subscribers, ensuring they receive important updates directly on their phones. In this guide, […]

Read More Read more

Automatically Add WooCommerce Customers to Groups with WP SMS Plugin

In the world of e-commerce, tailoring communication to your customers’ preferences can greatly enhance their experience. One powerful way to achieve this is by using the WooCommerce platform alongside plugins like WP SMS. This article walks you through a simple method to automatically group customers who purchase specific products and effectively communicate with them using […]

Read More Read more

How to Enable Quick Reply SMS For a Custom Number in WordPress Admin?

1. Call the function: To enable the quick reply feature for a number or a group of subscribers, first, you must call <a href="https://wp-sms-pro.com/resources/wp_sms_render_quick_reply/" title="wp_sms_render_quick_reply()">wp_sms_render_quick_reply()</a> function where the user’s number or the group name is printed in the front-end files. 2. Echo the template: Then you must echo the following helper on the front-end page […]

Read More Read more

Quick Reply for SMS with wp_sms_render_quick_reply()

In this document, we will show you how to use the wp_sms_render_quick_reply() function to enable the quick reply feature for a given phone number or group of numbers in the WP SMS plugin for WordPress. The quick reply feature allows users to quickly and easily respond to SMS messages with predefined responses or custom text. […]

Read More Read more

Send SMS through the website (Front-end)

By registering the following shortcode in your functions.php the theme, you can show the send SMS form for your visitors by this shortcode: [wpsms_send_form] The receiver of SMS is the admin mobile number, you can change the receiver number if you wish!

Read More Read more

Unsubscribe/Opt-Out mobile number by URL

The subscribers can unsubscribe/Opt-Out from the SMS newsletter by URL https://yourdomain.com/?wpsms_unsubscribe=01111111111 How to send the Unsubscribe/Opt-Out link in welcome SMS? You may include the Unsubscribe/Opt-Out link automatically in the welcome SMS? use the below filter in your functions.php theme. How to customize the unsubscribe URL: You may modify the ?wpsms_unsubscribe query string in the URL […]

Read More Read more

Send welcome SMS to new subscribers

By enabling the welcome SMS,  you can send welcome SMS to new subscribers, if you’d like to send an Unsubscribe/Opt-Out link at the end of the welcome messages, check out the Unsubscribe/Opt-Out mobile number by URL article. You just need to navigate to SMS → Settings → SMS Newsletter.

Read More Read more

Secure Login with Two-Factor Authentication SMS (2FA)

Two-Factor Authentication SMS (2FA) is available on WP SMS for verifying customers’ mobile. You can use it just in the WordPress default login and WooCommerce checkout forms. 2FA for WordPress WordPress 2FA allows you to verify your mobile number by sending a one-time password to the users who entered the mobile number. You can verify your […]

Read More Read more

Twilio Gateway Configuration

The WP SMS plugin works seamlessly with the Twilio Gateway, allowing you to send SMS messages to any location worldwide! How to configure the Twilio gateway? To access Twilio’s services, you must provide your Account SID and Auth Token as authentication. You can find these credentials in your Twilio account console. Follow the below steps […]

Read More Read more

Converting Contact Form 7 Entries into Subscribers

If you wish to store your client’s contact information in the WP SMS newsletter using contact form 7, the following function will assist you in doing so easily. In order to display the list of groups on your form, you must first create a dropdown field in Contact Form 7 that includes the groups. Then […]

Read More Read more