Traveler SMS

Traveler SMS integrates Twilio API SMS to send messages to the admin, partner, and customer when a customer makes a booking on a website that uses the Traveler theme.

Pricing : https://www.twilio.com/sms/pricing/

The content of messages is maxed at 160 characters. In case, the content is over this limit message cannot be sent.

1. Twilio API

Register account

– Access https://www.twilio.com/try-twilio and register an account

– One confirmation email will be sent to you. Please check your inbox, and click on the link to confirm.

– Then, the system will send a message or voice call to provide OTP to activate your account.

Get Auth Tokens

Access https://www.twilio.com/console to get Auth Tokens information.

2. Install

Step 1: Once, you have purchased this Add-on, extract this and you will see 3 files folder

Step 2: Click on “Upload plugin” in the WP dashboard and upload the file traveler-sms.zip

Step 3: Activate the plugin

3. Setting

  • Turn On Send SMS: Turn on/off sent message feature

  • Twilio Phone Number: Enter Twilio Phone Number

  • Twilio Account ID: Enter account id

  • Auth Token: Enter token code

  • Message to Admin: The content of message that sent to Admin. Max 160 characters

  • Message to Partner: The content of message that sent to Partner. Max 160 characters

  • Message to Customer: The content of message that sent to Customer. Max 160 characters

We have provided some short-codes to add in message. It displays some booking information

  • [booking_id] – Display booking ID

  • [customer_name] – Display customer name – customer name fill in check out form.

  • [customer_email] – Customer email – fill in check our form

  • [st_country] – Customer Country

  • [check_in] – Check In date

  • [check_out] – Check Out date

  • [customer_phone] – Customer Mobile phone

  • [total_price] – Total Price

  • [created_date] – Date of booking

4. Checkout page

When you are using Twilio SMS plugin, the “Phone” field will have country area codes. Please select the area code then enter the phone number excluding the area code, the leading 0.

Last updated