Textline is a business texting app that lets you text message customers from your computer. SMS is the most convenient communication channel for your team.
Ecwid is a cloud-based online store builder that allows you to create an online store on any website, Facebook page, or many sites at once.
Want to explore Textline + Ecwid quick connects for faster integration? Here’s our list of the best Textline + Ecwid quick connects.
Explore quick connectsIt's easy to connect Textline + Ecwid without coding knowledge. Start creating your own business flow.
Triggers when a new contact message is created.
Triggers when a new customer is created.
Triggers when a new order placed.
Triggers when a new paid order is placed.
Triggers when a new pickup order is placed.
Triggers when a new product is created.
Triggers when a new shipping order is placed.
Creates a contact.
Send an announcement to one or more contact. This can be done by the phone number(s), tags or saved search.
Sends a new Message.
Send a survey to one or more contact. This can be done by the phone number(s), tags or saved search
Updates a agent availability in textline.
Creates a customer.
Creates a discount coupon.
Creates a order.
Creates a new product.
Updates a product.
(30 seconds)
(10 seconds)
(30 seconds)
(10 seconds)
(2 minutes)
Textline is a company based in California, and specializes in the development and the implementation of messaging applications. They provide text messaging sputions for enterprises and small businesses that can be integrated with all major CRM and e-commerce platforms. Clients include Jamba Juice, Starbucks, Proactiv, and many others.
Ecwid is an e-commerce platform that allows entrepreneurs to easily add online shopping functionality to their existing website. It provides the tops needed to create an online store without any coding knowledge. Ecwid powers over 1 million online stores and boasts more than 1 million users worldwide.
The integration of Textline and Ecwid was possible thanks to the use of the fplowing SDKs:
As you can see from the code example below, we integrated the Ecwid eCommerce SDK with the Textline SMS SDK. In this example, we will send a text message to a customer when they place an order on Ecwid.
import ecwid from ecwid import errors from ecwid.orders import Orders from ecwid.messages import Messages from ecwid.urls import Urls from textline_sdk import TextlineSmsSdk sdk = TextlineSmsSdk(TOKEN. def send_sms(ecwid_order). ecwid_message = ecwid.Messages(. ecwid_message.init('Your order number %d has been placed.' % ecwid_order['number']. ecwid_message.add_to_url('http://mystore.com/sms'. try. ecwid_order['messages'] = [ecwid_message] except errors.DuplicateKeyError. ecwid_order['messages'] = [ecwid_message] return ecwid_order def get_ecwid_orders(). url = Urls('http://api.ecwid.com/v3/user/orders', method='GET'. response = Urls(url, headers={'Authorization'. 'Bearer %s' % sdk.token}. orders = json.loads(response.data. for order in orders. if 'errors' not in order. send_sms(order. return orders def main(). get_ecwid_orders(. if __name__ == '__main__'. main(. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 import ecwid from ecwid import errors from ecwid . orders import Orders from ecwid . messages import Messages from ecwid . urls import Urls from textline_sdk import TextlineSmsSdk sdk = TextlineSmsSdk ( TOKEN . def send_sms ( ecwid_order . . ecwid _ message = ecwid . Messages ( . ecwid _ message . init ( 'Your order number %d has been placed.' % ecwid _ order [ 'number' ] . ecwid _ message . add_to_url ( 'http://mystore.com/sms' . try . ecwid _ order [ 'messages' ] = [ ecwid _ message ] except errors . DuplicateKeyError . ecwid _ order [ 'messages' ] = [ ecwid _ message ] return ecwid _ order def get_ecwid_orders ( . . url = Urls ( 'http://api.ecwid.com/v3/user/orders' , method = 'GET' . response = Urls ( url , headers = { 'Authorization' . 'Bearer %s' % sdk . token } . orders = json . loads ( response . data . for order in orders . if 'errors' not in order . send_sms ( order . return orders def main ( . . get_ecwid_orders ( . if __name__ == '__main__' . main ( )
Thanks to the integration of Textline and Ecwid, businesses can develop amazing mobile marketing strategies for their customers. With Textline, you can easily create automated messaging campaigns to keep in touch with your customers and keep them coming back for more!
The process to integrate Textline and Ecwid may seem complicated and intimidating. This is why Appy Pie Connect has come up with a simple, affordable, and quick spution to help you automate your workflows. Click on the button below to begin.
How to Integrate Textline with Vend?
How to Integrate Textline with Shipcloud?
How to Integrate Textline with Shippo?
How to Integrate Textline with MailChimp Ecommerce?
How to Integrate Textline with Etsy?
How to Integrate Textline with Asset Panda?
How to Integrate Textline with Veeqo?
How to Integrate Textline with Coinbase Commerce?