{"id":12280,"date":"2020-03-02T10:06:55","date_gmt":"2020-03-02T09:06:55","guid":{"rendered":"https:\/\/sendapp.live\/?page_id=12280"},"modified":"2020-07-01T15:24:00","modified_gmt":"2020-07-01T13:24:00","slug":"sendapp-connect-wordpress","status":"publish","type":"page","link":"https:\/\/sendapp.live\/en\/sendapp-connect-wordpress\/","title":{"rendered":"Sendapp Connect WordPress"},"content":{"rendered":"<div id=\"fws_69f3020e58c9d\"  data-column-margin=\"default\" data-midnight=\"dark\"  class=\"wpb_row vc_row-fluid vc_row full-width-section\"  style=\"padding-top: 0px; padding-bottom: 100px; \"><div class=\"row-bg-wrap\" data-bg-animation=\"none\" data-bg-animation-delay=\"\" data-bg-overlay=\"false\"><div class=\"inner-wrap row-bg-layer\" ><div class=\"row-bg viewport-desktop using-bg-color\"  style=\"background-color: #ffffff; \"><\/div><\/div><\/div><div class=\"row_col_wrap_12 col span_12 dark left\">\n\t<div  class=\"vc_col-sm-2 wpb_column column_container vc_column_container col no-extra-padding\"  data-padding-pos=\"all\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" >\n\t\t<div class=\"vc_column-inner\" >\n\t\t\t<div class=\"wpb_wrapper\">\n\t\t\t\t\n\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div> \n\n\t<div  class=\"vc_col-sm-8 wpb_column column_container vc_column_container col no-extra-padding\"  data-padding-pos=\"all\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" >\n\t\t<div class=\"vc_column-inner\" >\n\t\t\t<div class=\"wpb_wrapper\">\n\t\t\t\t<div class=\"nectar-gradient-text\" data-direction=\"horizontal\" data-color=\"extra-color-gradient-1\" style=\"margin-top: 90px; margin-bottom: 0px; \"><h2>Instructions for use SendApp Plugin WordPress Woocommerce<\/h2><\/div><div class=\"toggles\" data-br=\"\" data-starting=\"default\" data-style=\"minimal\"><div class=\"toggle default\" data-inner-wrap=\"true\"><h3 class=\"toggle-title\"><a href=\"#\" role=\"button\" class=\"toggle-heading\"><i role=\"presentation\" class=\"fa fa-plus-circle\"><\/i>How to add the tracking number of the shipment in the message template<\/a><\/h3><div><div class=\"inner-toggle-wrap\">\n<div class=\"wpb_text_column wpb_content_element\" >\n\t<div class=\"wpb_wrapper\">\n\t\t<p>A shipment tracking number can be added to the message template with a simple method described in the linked post below. We will also show you how to create a shipping tracking number placeholder for two major WooCommerce plugins, the\u00a0<a href=\"https:\/\/woocommerce.com\/products\/shipment-tracking\/\">tracking shipments of WooCommerce<\/a>\u00a0and the\u00a0<a href=\"https:\/\/woocommerce.com\/products\/shipment-tracking\/\">monitoring of orders\u00a0<\/a><a href=\"https:\/\/wordpress.org\/plugins\/yith-woocommerce-order-tracking\/\">Yith WooCommerce<\/a>\u00a0, so using this method you can create your own placeholder for any plug-ins out there without any developer knowledge or coding.<\/p>\n<p>We also recommend that you read the article linked below or have at least a look at it before proceeding with one, so that you can have a better understanding of what we are doing.<\/p>\n<h4><strong>Shipment tracking via WooCommerce<\/strong><\/h4>\n<p>According to the WooCommerce document\u00a0<a href=\"https:\/\/docs.woocommerce.com\/document\/shipment-tracking\/\">https:\/\/docs.woocommerce.com\/document\/shipment-tracking\/<\/a>\u00a0the shipping tracking number of your order is saved under meta order (postmeta table) with the key\u00a0<strong>_wc_shipment_tracking_items<\/strong>\u00a0, but since they are saving tracking number as an array, you will also need to mention their array key in our placeholder for it to work properly.<\/p>\n<p>So for order data, the format for the placeholder starts with\u00a0<strong>{{order-\u00a0<\/strong>\u00a0after this, you have to mention your meta-key, which just in case\u00a0<em>Shipping tracking for WooCommerce<\/em>\u00a0is\u00a0<strong>_wc_shipment_tracking_items<\/strong>\u00a0and since they are saving the details in an array and an array key for the shipping number according to their document is\u00a0<em>TRACKING_NUMBER<\/em>\u00a0so we will have to add this to the placeholder with a colon (:) like\u00a0<strong>: tracking_number<\/strong>\u00a0. So the final placeholder will look like the following.<\/p>\n<p><strong>{{order-_wc_shipment_tracking_items: TRACKING_NUMBER}}<\/strong><\/p>\n<p>And using this method you can create placeholders for any value or plug-in that uses an array to store data in the database. If you are not sure what your meta-key and matrix is, you can contact the developer of that respective plugin to find out about it, or you can also try searching for your database yourself and finding it.<\/p>\n<p>You can also use the following placeholders that will work for this plugin<\/p>\n<p><strong>Tracking number:<\/strong>\u00a0{{order _wc_shipment_tracking_items: TRACKING_NUMBER}}<br \/>\n<strong>Tracking Provider:<\/strong>\u00a0{{order _wc_shipment_tracking_items: tracking_provider}}<br \/>\n<strong>Date Shipped:<\/strong>\u00a0{{order _wc_shipment_tracking_items: date_shipped}}<br \/>\n<strong>Custom Tracking Provider:<\/strong>\u00a0{{order _wc_shipment_tracking_items: custom_tracking_provider}}<br \/>\n<strong>Customized Tracking Link:<\/strong>\u00a0{{order-_wc_shipment_tracking_items: custom_tracking_link}}<\/p>\n<p>We have also created integration with the Shipment Tracking plug-in so that you can even render the tracking links for this<\/p>\n<p><strong>Tracking link:<\/strong>\u00a0{{Wc-tracking-link}}<\/p>\n<p><em>Please note that the codes\u00a0<a href=\"https:\/\/woocommerce.com\/products\/shipment-tracking\/\">short<\/a>\u00a0above will only work with the\u00a0<a href=\"https:\/\/woocommerce.com\/products\/shipment-tracking\/\">WooCommerce shipment tracking plugin<\/a>\u00a0. But you can create placeholders for any plug-in that stores data in an array format using the same method.<\/em><\/p>\n<h4><strong>Advanced tracking of shipments for WooCommerce<\/strong><\/h4>\n<p>The advanced shipping tracking data for WooCommerce is stored in the WordPress postmeta table, so the placeholder will start with\u00a0<strong>{{Post<\/strong>\u00a0as a prefix and the tracking data will be stored in an array.<\/p>\n<p><strong>Tracking number:<\/strong>\u00a0{{post-_wc_shipment_tracking_items: TRACKING_NUMBER}}<br \/>\n<strong>Tracking Provider:<\/strong>\u00a0{{post-_wc_shipment_tracking_items: tracking_provider}}<br \/>\n<strong>Date Shipped:<\/strong>\u00a0{{post-_wc_shipment_tracking_items: date_shipped}}<br \/>\n<strong>Custom Tracking Provider:<\/strong>\u00a0{{post-_wc_shipment_tracking_items: custom_tracking_provider}}<br \/>\n<strong>Customized Tracking Link:<\/strong>\u00a0{{post-_wc_shipment_tracking_items: custom_tracking_link}}<\/p>\n<p>We have also created integration with the Shipment Tracking plug-in so that you can even render the tracking links for this<\/p>\n<p><strong>Tracking link:<\/strong>\u00a0{{Wc-tracking-link}}<\/p>\n<p><em>Note that the short codes shown above only work for\u00a0<a href=\"https:\/\/wordpress.org\/plugins\/woo-advanced-shipment-tracking\/\">advanced shipment tracking for Zorem&#039;s WooCommerce<\/a>\u00a0. But you can create placeholders for any plug-in that stores data in an array format using the same method.<\/em><\/p>\n<h4>AfterShip - WooCommerce monitoring<\/h4>\n<p>AfterShip - WooCommerce Tracking data is stored in the WordPress postmeta table, so the placeholder will start with\u00a0<strong>{{Post<\/strong>\u00a0as a prefix and their tracking data will be stored in meta-key.<\/p>\n<p><strong>Tracking number:<\/strong>\u00a0{{}} Post-_aftership_tracking_number<br \/>\n<strong>First name<\/strong>\u00a0Courier service\u00a0<strong>:<\/strong>\u00a0{{}} Post-_aftership_tracking_provider_name<br \/>\n<strong>Date of shipment:<\/strong>\u00a0{{}} Post-_aftership_tracking_shipdate<br \/>\n<strong>Traceability code:<\/strong>\u00a0{{Post-_aftership_tracking_postal}<br \/>\n<strong>Destination Country:<\/strong>\u00a0{} {Postco<\/p>\n<p><em>Note that the above feature codes will only work with\u00a0<a href=\"https:\/\/wordpress.org\/plugins\/aftership-woocommerce-tracking\/\">AfterShip - WooCommerce Tracking<\/a>\u00a0. But you can create placeholders for any plug-in that stores data in meta-key format using the same method.<\/em><\/p>\n<h4><strong>Yith WooCommerce order tracking<\/strong><\/h4>\n<p>Since yith doesn&#039;t save their tracking data in array format like the plugin above, so it&#039;s much easier to create and understand the placeholder and most plugins don&#039;t save their data to an array, so this process will be the same for most plugins.<\/p>\n<p>Yith&#039;s data is stored in the WordPress postmeta table, so the placeholder will start with\u00a0<strong>{{Post<\/strong>\u00a0as prefix and their tracking data are stored with meta\u00a0<strong>ywot_tracking_code,<\/strong>\u00a0so the tracking code for this plugin will be<\/p>\n<p><strong>{{}} Post-ywot_tracking_code<\/strong><\/p>\n<p>Since there is no array used in this data, we will not use the array identifier in this placeholder.<\/p>\n<p>Using this method you can create placeholders for any plug-in or tracking tracking out there if they don&#039;t store their data in an array, if an array is used, use the shipping tracking method via WooCommerce. If you are not sure what your meta-key is, you can contact the developer of the respective plug-in to find out about it, or you can also try to search for your database yourself and find out.<\/p>\n<p>You can also use the following placeholders that will work for this plugin<\/p>\n<p><strong>Tracking code:<\/strong>\u00a0{{}} Post-ywot_tracking_code<br \/>\n<strong>Operator name:<\/strong>\u00a0{{}} Post-ywot_carrier_name<br \/>\n<strong>Date of<\/strong>\u00a0withdrawal\u00a0<strong>:<\/strong>\u00a0{{}} Post-ywot_pick_up_date<\/p>\n<p><strong>Premium version<\/strong><\/p>\n<p><strong>Operator name:<\/strong>\u00a0{{}} Post-ywot_carrier_id<\/p>\n<p><em>Note that the function codes shown above will only work with the\u00a0<a href=\"https:\/\/wordpress.org\/plugins\/yith-woocommerce-order-tracking\/\">Yith WooCommerce order tracking<\/a>\u00a0. But you can create placeholders for any plug-ins using the same method.<\/em><\/p>\n\t<\/div>\n<\/div>\n\n\n\n<\/div><\/div><\/div><div class=\"toggle default\" data-inner-wrap=\"true\"><h3 class=\"toggle-title\"><a href=\"#\" role=\"button\" class=\"toggle-heading\"><i role=\"presentation\" class=\"fa fa-plus-circle\"><\/i>How to create custom placeholders<\/a><\/h3><div><div class=\"inner-toggle-wrap\">\n<div class=\"wpb_text_column wpb_content_element\" >\n\t<div class=\"wpb_wrapper\">\n\t\t<p>We support custom placeholders, which means you can create your own placeholder for any value in your database and you are not limited by the placeholders we provide at all. Just follow the placeholder format below and insert it into the template for use, no code changes, nothing.<\/p>\n<p>For order details\u00a0<strong>{{order- meta_key}}<\/strong><\/p>\n<p>For user details\u00a0<strong>{{user- meta_key}}<\/strong><\/p>\n<p>By post goal\u00a0<strong>{{post- meta_key}}<br \/>\n<\/strong><\/p>\n<p>For multi-vendor \/ marketplace plug-ins\u00a0<strong>{{vendor- meta_key}}<\/strong><\/p>\n<p><em>In the formats above simply replace the meta_key text with the real meta key.\u00a0<\/em><\/p>\n<p><em>If you don&#039;t know where the data is stored in, you can contact the respective plugin developer to find out.\u00a0<\/em><\/p>\n<p>&nbsp;<\/p>\n<p>If the data in meta is saved in an array in meta or during the sending of SMS the &quot;Array&quot; of return in the message, to use the values of array you can use the following format<\/p>\n<p><strong>{{order- meta_key: arraykey}}<\/strong><\/p>\n<p><strong>{{user- meta_key: arraykey}}<\/strong><\/p>\n<p><strong>{{post- meta_key: arraykey}}<br \/>\n<\/strong><\/p>\n<p><strong>{{vendor- meta_key: arraykey}}<\/strong><\/p>\n<p><em>In previous formats just replace the text meta_key and arraykey with the real meta key.\u00a0<\/em><\/p>\n<p><em>If you don&#039;t know in which array key the data is stored, you can contact the respective plugin developer to find out.\u00a0<\/em><\/p>\n<h5>How to know if the data is saved in the array?<\/h5>\n<p>The easiest way to verify this is to ask the plug-in developer.<\/p>\n\t<\/div>\n<\/div>\n\n\n\n<\/div><\/div><\/div><div class=\"toggle default\" data-inner-wrap=\"true\"><h3 class=\"toggle-title\"><a href=\"#\" role=\"button\" class=\"toggle-heading\"><i role=\"presentation\" class=\"fa fa-plus-circle\"><\/i>Install and activate the Sendapp plugin<\/a><\/h3><div><div class=\"inner-toggle-wrap\">\n<div class=\"wpb_text_column wpb_content_element\" >\n\t<div class=\"wpb_wrapper\">\n\t\t<p>There are two different ways to install a Sendapp plug-in.<\/p>\n<h4>From the WordPress admin dashboard (\/ wp-admin)<\/h4>\n<ol>\n<li>Download the &quot;.zip file&quot; - from the &quot;Download&quot; tab<\/li>\n<li>Do not unzip the downloaded .zip file<\/li>\n<li>Log in to your WordPress admin panel.<\/li>\n<li>Select the plugins, then Add new.<\/li>\n<li>Select Upload Plug-in.<\/li>\n<li>Browse the computer to select the &quot;sendapp-wp.zip&quot; file.<\/li>\n<li>Click Install Now and WordPress will do its magic and install the Plugin.<\/li>\n<li>After the installation is complete, activate the plug-in.<\/li>\n<\/ol>\n<p>&nbsp;<\/p>\n<h4>Via FTP<\/h4>\n<p>We recommend that only experienced users use the FTP method.<\/p>\n<ol>\n<li>Download the &quot;.zip file&quot; - from the &quot;Download&quot; tab<\/li>\n<li>Before trying to load your theme you must unzip the downloaded file &quot;sendapp-wp.zip&quot;<\/li>\n<li>Open your FTP client and open your plugin folder\u00a0\u00a0<em>(wp-content \/ plugins \/)<\/em><\/li>\n<li>Move unzipped files\u00a0<em>(Sendapp-wp.zip)<\/em> in the plug-ins folder. Now go to the WordPress admin dashboard =&gt; Plugins =&gt; Plugins installed and then Activate the Sendapp plug-in from there.<\/li>\n<\/ol>\n\t<\/div>\n<\/div>\n\n\n\n<\/div><\/div><\/div><div class=\"toggle default\" data-inner-wrap=\"true\"><h3 class=\"toggle-title\"><a href=\"#\" role=\"button\" class=\"toggle-heading\"><i role=\"presentation\" class=\"fa fa-plus-circle\"><\/i>Placeholders by message model<\/a><\/h3><div><div class=\"inner-toggle-wrap\">\n<div class=\"wpb_text_column wpb_content_element\" >\n\t<div class=\"wpb_wrapper\">\n\t\t<div>Below is the list of placeholders that you can use in the message template. The short codes are grouped below, so they are easy to read and find.<\/div>\n<h4><a id=\"general\"><\/a>General<\/h4>\n<div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"178\" \/>\n<col width=\"205\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{sitename}}&quot;}\">{{site name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Site Name&quot;}\">Name of the site<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order}}&quot;}\">{{Number}}-Toilet<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Order Number&quot;}\">Order number<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-id}}&quot;}\">{{Toilet-order-id}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Order ID \/ Post ID&quot;}\">Order ID \/ Post ID<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-date}}&quot;}\">{{Toilet-end-date}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Order Date&quot;}\">Order&#039;s date<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-status}}&quot;}\">{{Toilet-checking the order status}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Order Status&quot;}\">The status of the order<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-payment-method}}&quot;}\">{{-Payment-wc method}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Payment Method&quot;}\">Payment method<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-transaction-id}}&quot;}\">{{Toilet-transaction-id}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Payment Transaction ID&quot;}\">Payment transaction ID<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-method}}&quot;}\">{{Toilet-shipping-method}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Method&quot;}\">shipping method<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div>\n<h4><a id=\"wpprofile\"><\/a>WordPress profile details<\/h4>\n<\/div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"180\" \/>\n<col width=\"205\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-first-name}}&quot;}\">{{Name}}-wp-first<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;First Name&quot;}\">First name<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-last-name}}&quot;}\">{{Wp-last-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Last Name&quot;}\">Surname<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-username}}&quot;}\">{{Username}}-Wp<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Username&quot;}\">Username<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-nickname}}&quot;}\">{{Wp-nickname}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Nickname&quot;}\">nickname<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-display-name}}&quot;}\">{{Wp-display-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Display Name&quot;}\">Display name<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-email}}&quot;}\">Wp {{Email}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Email&quot;}\">E-mail<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-user-website}}&quot;}\">{{Wp-user-website}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;User Website&quot;}\">User website<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-user-bio}}&quot;}\">{{Wp-user-bio}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;User Bio&quot;}\">User biography<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div>\n<h4><a id=\"wcorder\"><\/a>Details of the WooCommerce order<\/h4>\n<\/div>\n<div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"178\" \/>\n<col width=\"205\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-product-names}}&quot;}\">{{Wc-product-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;All Item \/ Product Names in Order&quot;}\">All the names of articles \/ products in order<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-product-names}}&quot;}\">{{Toilet-product-name-count}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;All Item \/ Product Names in Order&quot;}\">First object name then item counter<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-total-products}}&quot;}\">{{WC-total-products}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Total Number or Products in Order&quot;}\">Total number of products in order<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-total-item}}&quot;}\">{{WC-total-items}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Total Number of Items in Order&quot;}\">Total number of items in order<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-total-item}}&quot;}\">{{Wc-order-items}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Total Number of Items in Order&quot;}\">Names of all products in order with item counter<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-amount}}&quot;}\">{{Toilet-order-amount}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Total Amount (Incl. Tax)&quot;}\">Total amount (VAT included)<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-discount}}&quot;}\">{{}} Toilet-off<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Total Discount Amount&quot;}\">Total amount of the discount<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-tax}}&quot;}\">{{Toilet Tax}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Total Tax Amount&quot;}\">Total amount of taxes<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-amount-ex-tax}}&quot;}\">{{Toilet-order-quantity-ex-imposed}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Total Amount (Excl. Tax)&quot;}\">Total amount (excl. VAT)<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-cost}}&quot;}\">{{Toilet-shipping-cost}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Cost&quot;}\">Shipping fees<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-refund-amount}}&quot;}\">{{Toilet-refund-amount}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Refunded Amount&quot;}\">Amount refunded<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-refund-reason}}&quot;}\">{{Toilet-refund-reason}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Refund Reason&quot;}\">Reason for refund<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-notes}}&quot;}\">{{Wc-order-notes}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Refund Reason&quot;}\">Order notes provided when ordering<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-notes}}&quot;}\">https:\/\/yoursiteurl.com\/checkout\/order-received\/{{wc-order}}\/?key={{post-_order_key}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Refund Reason&quot;}\">WC order confirmation link<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-order-notes}}&quot;}\">https:\/\/yoursiteurl.com\/checkout\/order-pay\/{{wc-order}}\/?pay_for_order=true&amp;key={{post-_order_key}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Refund Reason&quot;}\">Link to the Pending Payment page<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h4>WooCommerce billing details<\/h4>\n<div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"178\" \/>\n<col width=\"205\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-first-name}}&quot;}\">{{Toilet-billing-first-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing First Name&quot;}\">Billing name<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-last-name}}&quot;}\">{{Toilet-billing-last-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Last Name&quot;}\">Billing surname<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-company}}&quot;}\">{{Toilet-billing-company}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Company&quot;}\">Billing company<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-address-line-1}}&quot;}\">{{Toilet-billing-address-line-1}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Address Line 1&quot;}\">Billing address line 1<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-address-line-2}}&quot;}\">{{Toilet-billing-address-line-2}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Address Line 2&quot;}\">Billing address line 2<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-city}}&quot;}\">{{Toilet-billing-city}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing City&quot;}\">Billing city<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-postcode}}&quot;}\">{{Toilet-billing-Cap}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Postcode \/ ZIP&quot;}\">Billing postcode \/ postcode<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-state}}&quot;}\">{{Toilet-billing-state}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing State \/ County&quot;}\">Billing state \/ county<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-country}}&quot;}\">{{Toilet-billing-country}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Country&quot;}\">Billing country<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-email}}&quot;}\">{{Toilet-invoicing Email}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Email&quot;}\">Billing email<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-billing-phone}}&quot;}\">{{Toilet-billing-phone}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Billing Phone&quot;}\">Billing phone<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<h4>Shipping details of WooCommerce<\/h4>\n<div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"178\" \/>\n<col width=\"205\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-first-name}}&quot;}\">{{Toilet-shipping-first-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping First Name&quot;}\">Shipping name<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-last-name}}&quot;}\">{{Toilet-shipping-last-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Last Name&quot;}\">Shipping surname<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-company}}&quot;}\">{{Toilet-shipping-company}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Company&quot;}\">Shipping company<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-address-line-1}}&quot;}\">{{Toilet-shipping-address-line-1}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Address Line 1&quot;}\">Shipping address line 1<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-address-line-2}}&quot;}\">{{Toilet-shipping-address-line-2}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Address Line 2&quot;}\">Shipping address line 2<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-city}}&quot;}\">{{Toilet-shipping-city}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping City&quot;}\">Shipping city<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-postcode}}&quot;}\">{{Toilet-shipping-Cap}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Postcode \/ ZIP&quot;}\">Shipping postcode \/ postcode<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-state}}&quot;}\">{{Toilet-shipping-state}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping State&quot;}\">Shipping status<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wc-shipping-country}}&quot;}\">{{Toilet-shipping-country}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Shipping Country&quot;}\">Country of dispatch<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div>\n<h4>Stock exchange notifications<\/h4>\n<\/div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"180\" \/>\n<col width=\"205\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-first-name}}&quot;}\">{{product name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;First Name&quot;}\">Product name<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-last-name}}&quot;}\">{{Product-quantity}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Last Name&quot;}\">Quantity of product<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div>\n<h4>Multi-vendor \/ marketplace plug-in notifications<\/h4>\n<\/div>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"180\" \/>\n<col width=\"205\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-first-name}}&quot;}\">{{Vendor-product-name}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;First Name&quot;}\">Product name<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-last-name}}&quot;}\">{{Vendor-total-items}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Last Name&quot;}\">Total number of items in order<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-last-name}}&quot;}\">{{Vendor-Order-items}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Last Name&quot;}\">Names of all products in order with item counter<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{wp-last-name}}&quot;}\">{{Vendor-order-amount}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Last Name&quot;}\">Total amount (VAT included)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4><\/h4>\n<h4>New post<\/h4>\n<table dir=\"ltr\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col width=\"157\" \/>\n<col width=\"156\" \/><\/colgroup>\n<tbody>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-title}}&quot;}\">{{post title}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Title&quot;}\">Post title<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-content}}&quot;}\">{{Content}} Post<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Content&quot;}\">Publish content<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-link}}&quot;}\">{Link} {Post}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Link&quot;}\">Insert link<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-excerpt}}&quot;}\">{{}} Post-extract<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Excerpt&quot;}\">Postal statement<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-author}}&quot;}\">{{Post-author}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Author&quot;}\">Postal author<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-date}}&quot;}\">{{publication date}}<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Date&quot;}\">Publication date<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-category}}&quot;}\">{{Category}} Post<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Category(s)&quot;}\">Mail category (s)<\/td>\n<\/tr>\n<tr>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;{{post-tags}}&quot;}\">{{}} Tag post<\/td>\n<td data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Post Tags&quot;}\">Publish tags<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\t<\/div>\n<\/div>\n\n\n\n<\/div><\/div><\/div><div class=\"toggle default\" data-inner-wrap=\"true\"><h3 class=\"toggle-title\"><a href=\"#\" role=\"button\" class=\"toggle-heading\"><i role=\"presentation\" class=\"fa fa-plus-circle\"><\/i>Setting options<\/a><\/h3><div><div class=\"inner-toggle-wrap\">\n<div class=\"wpb_text_column wpb_content_element\" >\n\t<div class=\"wpb_wrapper\">\n\t\t<p>Our goal is to provide the maximum possible functionality so that you as a site owner can configure the plug-in in the desired way and all this while keeping the interface easy to understand. But it is always good to know all the options.<\/p>\n<p>The plugin is divided into three main sections<\/p>\n<ol>\n<li>Gateway<\/li>\n<li>Notifications<\/li>\n<li>Send quick SMS<\/li>\n<\/ol>\n<p>We will discuss each of them and the options they offer.<\/p>\n<h4>Gateway card<\/h4>\n<p>In this way, you will be able to set the sendapp gateway you intend to use for sending WhatsApp messages together with SMS by activating the option from your Sendapp Connect.<\/p>\n<h5><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-16574\" src=\"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway.jpg\" alt=\"\" width=\"899\" height=\"771\" srcset=\"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway.jpg 899w, https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway-300x257.jpg 300w, https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway-768x659.jpg 768w, https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway-600x515.jpg 600w\" sizes=\"auto, (max-width: 899px) 100vw, 899px\" \/><\/strong><\/h5>\n<h4>Notifications tab<\/h4>\n<p>Here you will be able to activate the automatic notification of the order status of WooCommerce, so every time the order status is changed to something, these notifications will be activated if they are activated. You can enable \/ disable them specifically for customers and administrators.<\/p>\n<p>Note: By default, the status of the new WooCommerce order is set to\u00a0<strong>Processing<\/strong>\u00a0, so make sure it&#039;s always on if you want to send notifications about new orders.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/uohelp.b-cdn.net\/wp-content\/uploads\/sites\/3\/2019\/06\/645.png\" width=\"810\" height=\"137\" \/><\/p>\n<h5>Enable different gateway-based content<\/h5>\n<p>This option is available under the\u00a0<strong>Customer notification<\/strong>\u00a0section, activating this\u00a0<em>ON<\/em>\u00a0you can set up different gateways for different content. For example (use case):<\/p>\n<ol>\n<li>If you only want to send a new order notification to the countries that are set up for Twilio Gateway and for all other countries that you want to send a notification for all order updates, you can set this option by activating this option and selecting the status and their content for each gateway you set up on the Gateway tab.<\/li>\n<li>If you want to send SMS in different languages for the countries configured in the Gateway tab, activating this function on all the gateways set in the Gateway tab will be listed and you can edit the content for each of them.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"\" src=\"https:\/\/uohelp.b-cdn.net\/wp-content\/uploads\/sites\/3\/2019\/06\/482.png\" width=\"712\" height=\"130\" \/><\/p>\n<h4>Send quick SMS<\/h4>\n<p>From here you can send quick SMS to any desired number. You can also send SMS to multiple numbers by separating different numbers with a comma (\u00a0<strong>,<\/strong>\u00a0). If different gateways are set for different countries, the message will be routed by the gateway set for that specific country, in case there are multiple numbers from different countries, in this case, the numbers will be routed from the respective gateways.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-16575\" src=\"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-quick-message.jpg\" alt=\"\" width=\"899\" height=\"771\" srcset=\"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-quick-message.jpg 899w, https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-quick-message-300x257.jpg 300w, https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-quick-message-768x659.jpg 768w, https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-quick-message-600x515.jpg 600w\" sizes=\"auto, (max-width: 899px) 100vw, 899px\" \/><\/p>\n\t<\/div>\n<\/div>\n\n\n\n<\/div><\/div><\/div><\/div>\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div> \n\n\t<div  class=\"vc_col-sm-2 wpb_column column_container vc_column_container col no-extra-padding\"  data-padding-pos=\"all\" data-has-bg-color=\"false\" data-bg-color=\"\" data-bg-opacity=\"1\" data-animation=\"\" data-delay=\"0\" >\n\t\t<div class=\"vc_column-inner\" >\n\t\t\t<div class=\"wpb_wrapper\">\n\t\t\t\t\n\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div> \n<\/div><\/div>","protected":false},"excerpt":{"rendered":"Instructions for using SendApp Plugin WordPress Woocommerce How to add a tracking number to your message template A tracking number can be added to your message template...","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_daim_seo_power":"","_daim_enable_ail":"","footnotes":""},"class_list":["post-12280","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Sendapp Connect Wordpress - SendApp - Software Whatsapp Marketing<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sendapp.live\/en\/sendapp-connect-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sendapp Connect Wordpress\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sendapp.live\/en\/sendapp-connect-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"SendApp - Software Whatsapp Marketing\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/sendapp.live\" \/>\n<meta property=\"article:modified_time\" content=\"2020-07-01T13:24:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"899\" \/>\n\t<meta property=\"og:image:height\" content=\"771\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@sendapp_live\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/\",\"url\":\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/\",\"name\":\"Sendapp Connect Wordpress - SendApp - Software Whatsapp Marketing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sendapp.live\\\/it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/sendapp.live\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/sendapp-wordpress-pligin-gateway.jpg\",\"datePublished\":\"2020-03-02T09:06:55+00:00\",\"dateModified\":\"2020-07-01T13:24:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/#primaryimage\",\"url\":\"https:\\\/\\\/sendapp.live\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/sendapp-wordpress-pligin-gateway.jpg\",\"contentUrl\":\"https:\\\/\\\/sendapp.live\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/sendapp-wordpress-pligin-gateway.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sendapp.live\\\/sendapp-connect-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sendapp.live\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sendapp Connect WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sendapp.live\\\/it\\\/#website\",\"url\":\"https:\\\/\\\/sendapp.live\\\/it\\\/\",\"name\":\"SendApp\",\"description\":\"Automate Your Messages &amp; Grow Your Business\",\"publisher\":{\"@id\":\"https:\\\/\\\/sendapp.live\\\/it\\\/#organization\"},\"alternateName\":\"SendApp WhatsApp Marketing\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sendapp.live\\\/it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sendapp.live\\\/it\\\/#organization\",\"name\":\"SendApp\",\"url\":\"https:\\\/\\\/sendapp.live\\\/it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sendapp.live\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sendapp.live\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Logo-Sendapp-300x60-1.png\",\"contentUrl\":\"https:\\\/\\\/sendapp.live\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/Logo-Sendapp-300x60-1.png\",\"width\":300,\"height\":60,\"caption\":\"SendApp\"},\"image\":{\"@id\":\"https:\\\/\\\/sendapp.live\\\/it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/sendapp.live\",\"https:\\\/\\\/x.com\\\/sendapp_live\",\"https:\\\/\\\/www.instagram.com\\\/sendapp.live\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC2gaLpi0-OJLG4CFbOr6mLw\",\"https:\\\/\\\/it.trustpilot.com\\\/review\\\/sendapp.live\"],\"description\":\"Piattaforma italiana di WhatsApp Marketing con API ufficiali Meta. Assistente AI, campagne massive, SMS Gateway gratuito, Google Calendar, automazioni. Da \u20ac16\\\/mese senza markup sui messaggi.\",\"email\":\"info@sendapp.live\",\"foundingDate\":\"2016-07-25\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Sendapp Connect Wordpress - SendApp - Whatsapp Marketing Software","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sendapp.live\/en\/sendapp-connect-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"Sendapp Connect Wordpress","og_url":"https:\/\/sendapp.live\/en\/sendapp-connect-wordpress\/","og_site_name":"SendApp - Software Whatsapp Marketing","article_publisher":"https:\/\/www.facebook.com\/sendapp.live","article_modified_time":"2020-07-01T13:24:00+00:00","og_image":[{"width":899,"height":771,"url":"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@sendapp_live","twitter_misc":{"Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sendapp.live\/sendapp-connect-wordpress\/","url":"https:\/\/sendapp.live\/sendapp-connect-wordpress\/","name":"Sendapp Connect Wordpress - SendApp - Whatsapp Marketing Software","isPartOf":{"@id":"https:\/\/sendapp.live\/it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/sendapp.live\/sendapp-connect-wordpress\/#primaryimage"},"image":{"@id":"https:\/\/sendapp.live\/sendapp-connect-wordpress\/#primaryimage"},"thumbnailUrl":"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway.jpg","datePublished":"2020-03-02T09:06:55+00:00","dateModified":"2020-07-01T13:24:00+00:00","breadcrumb":{"@id":"https:\/\/sendapp.live\/sendapp-connect-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sendapp.live\/sendapp-connect-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sendapp.live\/sendapp-connect-wordpress\/#primaryimage","url":"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway.jpg","contentUrl":"https:\/\/sendapp.live\/wp-content\/uploads\/2020\/07\/sendapp-wordpress-pligin-gateway.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/sendapp.live\/sendapp-connect-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sendapp.live\/"},{"@type":"ListItem","position":2,"name":"Sendapp Connect WordPress"}]},{"@type":"WebSite","@id":"https:\/\/sendapp.live\/it\/#website","url":"https:\/\/sendapp.live\/it\/","name":"SendApp","description":"Automate Your Messages &amp; Grow Your Business","publisher":{"@id":"https:\/\/sendapp.live\/it\/#organization"},"alternateName":"SendApp WhatsApp Marketing","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sendapp.live\/it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sendapp.live\/it\/#organization","name":"SendApp","url":"https:\/\/sendapp.live\/it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sendapp.live\/it\/#\/schema\/logo\/image\/","url":"https:\/\/sendapp.live\/wp-content\/uploads\/2025\/04\/Logo-Sendapp-300x60-1.png","contentUrl":"https:\/\/sendapp.live\/wp-content\/uploads\/2025\/04\/Logo-Sendapp-300x60-1.png","width":300,"height":60,"caption":"SendApp"},"image":{"@id":"https:\/\/sendapp.live\/it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/sendapp.live","https:\/\/x.com\/sendapp_live","https:\/\/www.instagram.com\/sendapp.live","https:\/\/www.youtube.com\/channel\/UC2gaLpi0-OJLG4CFbOr6mLw","https:\/\/it.trustpilot.com\/review\/sendapp.live"],"description":"Italian WhatsApp Marketing platform with official Meta API. AI assistant, mass campaigns, free SMS Gateway, Google Calendar, automations. From \u20ac16\/month with no message markup.","email":"info@sendapp.live","foundingDate":"2016-07-25"}]}},"_links":{"self":[{"href":"https:\/\/sendapp.live\/en\/wp-json\/wp\/v2\/pages\/12280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sendapp.live\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sendapp.live\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sendapp.live\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sendapp.live\/en\/wp-json\/wp\/v2\/comments?post=12280"}],"version-history":[{"count":0,"href":"https:\/\/sendapp.live\/en\/wp-json\/wp\/v2\/pages\/12280\/revisions"}],"wp:attachment":[{"href":"https:\/\/sendapp.live\/en\/wp-json\/wp\/v2\/media?parent=12280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}