Subscribe WooCommerce customers to listmonk
In this tutorial we will explain how to bridge your WooCommerce orders to Listmonk. The resulting bridge will subscribe new customers from WooCommerce to our mailing lists.
Tutorials, guides and code snippets.
In this tutorial we will explain how to bridge your WooCommerce orders to Listmonk. The resulting bridge will subscribe new customers from WooCommerce to our mailing lists.
In this tutorial we will explain how to bridge your WooCommerce orders to Holded. The resulting bridge will convert placed orders in WooCommerce to sale orders linked to new contacts. This tutorial assumes you have an active Holded account with access to the REST API. Enable the addon The first step is to enable the…
In this tutorial we will explain how to bridge your WooCommerce orders to Dolibarr. The resulting bridge will convert placed orders in WooCommerce to sale orders on the sales module linked to new third parties. This tutorial assumes you have a Dolibarr instance with access to the REST API and, at least, the Sales module…
In this tutorial we will explain how to bridge your WooCommerce orders to Odoo. The resulting bridge will convert placed orders in WooCommerce to sale orders on the sales module linked to new partners
WooCommerce order data schema. Take a look to the representation of the available data for each bridged order.
In this tutorial we will explain how to bridge your WordPress forms to Dolibarr to set up a transactional form that creates product quotations. The resulting bridge will create a prospect third party, and a new quotation linked to the former and with a product line with unit price and quantity. This tutorial assumes you…
In this tutorial we will explain how to bridge your WordPress forms to Holded to set up a transactional form that creates product quotations. The resulting bridge will create a contact, and a new quotation linked to the former and with a product line with unit price and quantity. This tutorial assumes you have a…
In this tutorial we will talk about the debug console and how you can use it to inspect your bridges running under the hood. Forms Bridge is a plugin that handles form submission as a stream of data that flows from your WordPress forms to your backend APIs. No records are saved on the database,…
Forms Bridge has a variety of workflow jobs out of the box. At the same time, its possible to register custom workflow jobs from your theme or plugin using PHP. A workflow job is nothing more than a function that gets a submission payload and a bridge instance as input parameters and returns the payload…
In the tutorial we will explain in detail mutation layers and json fingers. The tutorial includes tips and tricks for its use and advanced use examples. Forms Bridge use workflows to process form submission data before it is sent over the wire. A workflow is a chain of jobs that receive a form submission payload…