Resources

Import Subscribers Using a CSV File

To import subscribers into your WordPress SMS plugin using a CSV file, you will need to follow these steps: Prepare your CSV file: In your WordPress dashboard, navigate to the subscribers’ page in WP SMS plugin. This page will typically have a form that allows you to select your CSV file and configure any additional […]

Read More Read more

Sending an SMS to the Author of a Post

The WP SMS WordPress plugin enables you to send an SMS to the author of a post after changing the post status. This feature is useful for keeping authors informed and up-to-date on the status of their posts. To use this feature, follow these steps:

Read More Read more

How to configure Bitly in WP SMS

Bitly is a strong platform for shortening your URLs. Many people and businesses use the URL shortener Bitly. It offers statistics for each link you shorten using it, giving you specific information on where your article has been shared or linked, how many clicks it received, the geographic origin of the traffic, and other things. […]

Read More Read more

Integrate with Zapier

We are so happy now that WP SMS is now integrated with Zapier. With Zapier you can connect to 5,000+ apps, meaning you can do unlimited tasks just by creating a Zap. You may wonder what a Zap is, or how to integrate and connect to Zapier. In this document, we’ll show you an example […]

Read More Read more

Webhooks

First off, what are Webhooks? According to Wikipedia, A Webhook in web development is a method of augmenting or altering the behavior of a web page or web application with custom callbacks. These callbacks may be maintained, modified, and managed by third-party users and developers who may not necessarily be affiliated with the originating website […]

Read More Read more

WooCommerce SMS variables and order meta

In this guide, the various SMS variables available for customizing messages in WooCommerce are thoroughly explained. You can use any of them in the text, in the order and placement that best suits your needs! The below details outline the integration capabilities of WP SMS Pro with WooCommerce, along with the variables utilized in the […]

Read More Read more

Allow WooCommerce shop manager to send SMS in WP SMS

If you want to grant your shop manager access to WP SMS, you will require the User Role Editor plugin. To start, download and install the plugin. After installing follow the path WordPress Dashboard → Users → User Role Editor. Then you need to change the role to Shop Manager and search SMS and give […]

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

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 Unsubscribe/Opt-Out link at the end of the welcome messages, checkout the Unsubscribe/Opt-Out mobile number by URL article.

Read More Read more

Troubleshoot WP SMS Scheduling Issues

Adjustment of the Timezone The most likely scheduling issue might be related to the timezone, so first of all make sure the timezone is adjusted properly. Replace the Cronjob Since the scheduling SMS works by WordPress cronjob and the WordPress Cronjob doesn’t work if there is no visitor on the website! Please see the below […]

Read More Read more