Integrate Textline with Ecwid

Appy Pie Connect allows you to automate multiple workflows between Textline and Ecwid

  • No credit card required
  • 7 days free trial
  • Lightning Fast Setup
Heart

20 Million work hours saved

Award Winning App Integration Platform

About Textline

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.

About Ecwid

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 connects
Connect Textline + Ecwid in easier way

It's easy to connect Textline + Ecwid without coding knowledge. Start creating your own business flow.

  • Triggers
  • New Contact Message

    Triggers when a new contact message is created.

  • New Customer

    Triggers when a new customer is created.

  • New Orders

    Triggers when a new order placed.

  • New Paid Order

    Triggers when a new paid order is placed.

  • New Pickup Order

    Triggers when a new pickup order is placed.

  • New Product

    Triggers when a new product is created.

  • New Shipping Order

    Triggers when a new shipping order is placed.

  • Actions
  • Create or update Contact

    Creates a contact.

  • Send Announcement

    Send an announcement to one or more contact. This can be done by the phone number(s), tags or saved search.

  • Send Message

    Sends a new Message.

  • Send Survey

    Send a survey to one or more contact. This can be done by the phone number(s), tags or saved search

  • Update Agent Status

    Updates a agent availability in textline.

  • Create Customer

    Creates a customer.

  • Create Discount coupon

    Creates a discount coupon.

  • Create Order

    Creates a order.

  • Create Product

    Creates a new product.

  • Update Product

    Updates a product.

How Textline & Ecwid Integrations Work

  1. Step 1: Choose Textline as a trigger app and authenticate it on Appy Pie Connect.

    (30 seconds)

  2. Step 2: Select "Trigger" from the Triggers List.

    (10 seconds)

  3. Step 3: Pick Ecwid as an action app and authenticate.

    (30 seconds)

  4. Step 4: Select a resulting action from the Action List.

    (10 seconds)

  5. Step 5: Select the data you want to send from Textline to Ecwid.

    (2 minutes)

  6. Your Connect is ready! It's time to start enjoying the benefits of workflow automation.

Integration of Textline and Ecwid

Textline

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

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.

Integration of Textline and Ecwid

The integration of Textline and Ecwid was possible thanks to the use of the fplowing SDKs:

  • Ecwid eCommerce SDK
  • Textline SMS SDK

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.

Page reviewed by: Abhinav Girdhar  | Last Updated on March 29,2023 02:06 pm