Last Modified December 5, 2022

SendOwl Configuration

  1. Configuation of the DNA Connector URL for a SendOwl Product

Configuation of the DNA Connector URL for a SendOwl Product

To enable the integration between SendOwl and software_DNA, you need to add your Products in SendOwl as Products with License Codes

Add Product

And you will need to specify the DNA Connector URL including a set of POST paramaters for each SendOwl Product.

To set-up the License Generator URL in SendOwl:

  1. From the SendOwl Home page, click on Products, click on a specific Product to edit its configuration, and chose From URL as the License Type:

    Setup Menu
  2. The base URL for the DNA Connector is:

    For URL, please access via your DNA Control Panel account, or Register for a "No-Obligation" account at www.softworkz.com

  3. you will need to add several POST parameters as part of the URL:

    • id={{order.id}} (enter exactly)
    • n={{order.buyer_name}} (enter exactly)
    • e={{order.buyer_email}} (enter exactly)
    • pid={{product.id}} (enter exactly)
    • p={{order.cart.cart_items.first.unit_price | amount}} (enter exactly)
    • c={{order.settled_currency}} (enter exactly)
    • dna=<DNAProductID> (replace with your actual DNA Product ID )
    • k=<DNAsecret>
      Replace with a DNA Secret that you will also enter in the DNA Connector Configuration - 1 to 12 alpha characters. The total length of the URL and all parameters must stay below 255 characters to be accepted by SendOwl.

    All of the POST parameters need to be included in the URL seperated by & characters - for example, a complete URL would look like the following:

    For URL, please access via your DNA Control Panel account, or Register for a "No-Obligation" account at www.softworkz.com

  4. Click on Save