Skip to main content

Sendowl

SendOwl is an e-commerce platform for selling and delivering digital products, subscriptions, and licenses. The Nexla connector uses the SendOwl REST API to read and write products, orders, licenses, and discounts, so you can move SendOwl commerce data into and out of your Nexla flows.

Sendowl icon

Power end-to-end data operations for your Sendowl API with Nexla. Our bi-directional Sendowl connector is purpose-built for Sendowl, making it simple to ingest data, sync it across systems, and deliver it anywhere — all with no coding required. Nexla turns API-sourced data into ready-to-use, reusable data products and makes it easy to send data to Sendowl or any other destination. With comprehensive monitoring, lineage tracking, and access controls, Nexla keeps your Sendowl workflows fast, secure, and fully governed.

Features

Type: API

SourceDestination

  • Seamless API Integration: Connect to any endpoint as source or destination without coding, with automatic data product creation
  • Visual Composition & Chaining: Build complex integrations using visual templates, chain API calls, and compose workflows with data validation and filtering
  • API Proxy: Expose curated slices of your data securely with a secure and customizable API proxy that validates and transforms data on the fly
  • Request optimization with intelligent batching, retry, and caching to minimize API calls and costs

Prerequisites

Before creating a SendOwl credential, you need an API key and secret from your SendOwl account. SendOwl authenticates API requests using HTTP Basic Authentication, with the API key sent as the username and the secret sent as the password.

The API is not enabled on SendOwl accounts by default, so you must generate credentials before you can connect:

  1. Sign in to your SendOwl account at dashboard.sendowl.com.

  2. Navigate to Settings, then open the API section (also reachable directly at https://dashboard.sendowl.com/settings/api_credentials).

  3. Click Add API key to create a new set of API credentials.

  4. Assign the permissions the key should have. Select the Manager permission if you need full read and write access across products, orders, licenses, and discounts, or choose a narrower scope to match your use case.

  5. After the key is created, SendOwl displays the API key and secret. Copy both values immediately and store them securely, as the secret may not be retrievable again later.

The API key and secret are passed to SendOwl using HTTP Basic Authentication (the key acts as the username and the secret as the password). Treat both values as sensitive credentials. If they are compromised, revoke the key in your SendOwl API settings and generate a new one. For more information, see the SendOwl API documentation and the Enabling and using the SendOwl API help article.

Authenticate

Credentials required

FieldRequiredSecretDescription
Username Or API KeyYesNoYour username or personal API Key
PasswordYesYesYour password

Create a credential in Nexla

  1. After selecting the data source/destination type, click the Add Credential tile to open the Add New Credential overlay.

  2. Enter a name for the credential in the Credential Name field and a short, meaningful description in the Credential Description field.

  3. Enter your SendOwl API key in the Username Or API Key field. This is the API key generated in your SendOwl API settings, as described in Prerequisites.

  4. Enter your SendOwl secret in the Password field. This is the secret paired with your API key and is sent as the password portion of the HTTP Basic Authentication credentials.

    The API key and secret authenticate every request to the SendOwl API. If either value is compromised, revoke the key in your SendOwl API settings and generate a new one.

  5. Click the Save button at the bottom of the overlay. The newly added credential will now appear in a tile on the Authenticate screen during data source/destination creation.

Use as a data source

To create a new data flow, navigate to the Integrate section, and click the New Data Flow button. Select the SendOwl connector tile, then select the credential that will be used to connect to SendOwl, and click Next; or, create a new SendOwl credential for use in this flow.

Endpoint templates

Nexla provides pre-built templates that can be used to rapidly configure data sources to ingest data from common SendOwl endpoints. Select the endpoint from which this source will fetch data from the Endpoint pulldown menu. Available endpoint templates are listed in the expandable boxes below.

[Rest API] List all products

This endpoint template retrieves data from the SendOwl List all products endpoint (list all products). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

This endpoint returns the response from SendOwl's List all products API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Search products by name

This endpoint template retrieves data from the SendOwl Search products by name endpoint (search products by name). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Term: The term query parameter for this endpoint.

This endpoint returns the response from SendOwl's Search products by name API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Lookup product by Shopify variant ID

This endpoint template retrieves data from the SendOwl Lookup product by Shopify variant ID endpoint (lookup product by Shopify variant ID). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Variant Id: The variant id query parameter for this endpoint.

This endpoint returns the response from SendOwl's Lookup product by Shopify variant ID API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Get a specific product

This endpoint template retrieves data from the SendOwl Get a specific product endpoint (get a specific product). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Product Id: The product id path parameter for this endpoint.

This endpoint returns the response from SendOwl's Get a specific product API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] List licenses for a product

This endpoint template retrieves data from the SendOwl List licenses for a product endpoint (list licenses for a product). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Product Id: The product id path parameter for this endpoint.

This endpoint returns the response from SendOwl's List licenses for a product API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Check whether a license key is valid for a product

This endpoint template retrieves data from the SendOwl Check whether a license key is valid for a product endpoint (check whether a license key is valid for a product). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Product Id: The product id path parameter for this endpoint.
  • Key: The key query parameter for this endpoint.

This endpoint returns the response from SendOwl's Check whether a license key is valid for a product API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] List licenses for an order

This endpoint template retrieves data from the SendOwl List licenses for an order endpoint (list licenses for an order). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Order Id: The order id path parameter for this endpoint.

This endpoint returns the response from SendOwl's List licenses for an order API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] List all orders

This endpoint template retrieves data from the SendOwl List all orders endpoint (list all orders). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • From: The from query parameter for this endpoint.
  • To: The to query parameter for this endpoint.
  • Updated After: The updated after query parameter for this endpoint.
  • Orderable: The orderable query parameter for this endpoint.
  • State: The state query parameter for this endpoint.
  • Referred By: The referred by query parameter for this endpoint.
  • Sort: The sort query parameter for this endpoint.

This endpoint returns the response from SendOwl's List all orders API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Search orders by term or email

This endpoint template retrieves data from the SendOwl Search orders by term or email endpoint (search orders by term or email). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Term: The term query parameter for this endpoint.
  • Email: The email query parameter for this endpoint.

This endpoint returns the response from SendOwl's Search orders by term or email API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Get a specific order

This endpoint template retrieves data from the SendOwl Get a specific order endpoint (get a specific order). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Order Id: The order id path parameter for this endpoint.

This endpoint returns the response from SendOwl's Get a specific order API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] List all discounts

This endpoint template retrieves data from the SendOwl List all discounts endpoint (list all discounts). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

This endpoint returns the response from SendOwl's List all discounts API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Search discounts by code

This endpoint template retrieves data from the SendOwl Search discounts by code endpoint (search discounts by code). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Term: The term query parameter for this endpoint.

This endpoint returns the response from SendOwl's Search discounts by code API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Get a specific discount

This endpoint template retrieves data from the SendOwl Get a specific discount endpoint (get a specific discount). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Discount Id: The discount id path parameter for this endpoint.

This endpoint returns the response from SendOwl's Get a specific discount API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] List codes for a discount

This endpoint template retrieves data from the SendOwl List codes for a discount endpoint (list codes for a discount). Use this template when you need this data available in Nexla for analysis, reporting, or downstream integration.

  • Discount Id: The discount id path parameter for this endpoint.

This endpoint returns the response from SendOwl's List codes for a discount API call. Configure any required parameters before testing, then use the Test button to preview a sample of the data that will be ingested.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

Once the selected endpoint template has been configured, click the Test button to the right of the endpoint selection menu to retrieve a sample of the data that will be fetched. Sample data will be displayed in the Endpoint Test Result panel on the right, allowing you to verify that the source is configured correctly before saving.

Manual configuration

SendOwl data sources can also be manually configured to ingest data from any valid SendOwl API endpoint, including endpoints not covered by the pre-built templates, chained API calls, or custom request parameters. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, endpoint URL, date/time and lookup macros, path to data, metadata, and request headers.

Once all of the relevant settings have been configured, click the Create button in the upper right corner of the screen to save and create the new SendOwl data source. Nexla will now begin ingesting data from the configured endpoint and will organize any data that it finds into one or more Nexsets.

Use as a destination

Click the + icon on the Nexset that will be sent to the SendOwl destination, and select the Send to Destination option from the menu. Select the SendOwl connector from the list of available destination connectors, then select the credential that will be used to connect to SendOwl, and click Next; or, create a new SendOwl credential for use in this flow.

Endpoint templates

Nexla provides pre-built templates that can be used to rapidly configure destinations to send data to common SendOwl endpoints. Select the endpoint to which data will be sent from the Endpoint pulldown menu. Then, click on the template in the list below to expand it, and follow the instructions to configure additional endpoint settings.

[Rest API] Create a product

This endpoint template sends records from a Nexset to the SendOwl Create a product endpoint (create a product). Use this template when you need Nexla to write this data into your SendOwl account.

Each record from your Nexset is sent as a separate request to SendOwl's Create a product endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Update a product

This endpoint template sends records from a Nexset to the SendOwl Update a product endpoint (update a product). Use this template when you need Nexla to write this data into your SendOwl account.

  • Product Id: The product id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Update a product endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Delete a product

This endpoint template sends records from a Nexset to the SendOwl Delete a product endpoint (delete a product). Use this template when you need Nexla to write this data into your SendOwl account.

  • Product Id: The product id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Delete a product endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Issue an order for a product

This endpoint template sends records from a Nexset to the SendOwl Issue an order for a product endpoint (issue an order for a product). Use this template when you need Nexla to write this data into your SendOwl account.

  • Product Id: The product id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Issue an order for a product endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Create licenses for a product

This endpoint template sends records from a Nexset to the SendOwl Create licenses for a product endpoint (create licenses for a product). Use this template when you need Nexla to write this data into your SendOwl account.

  • Product Id: The product id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Create licenses for a product endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Update an order

This endpoint template sends records from a Nexset to the SendOwl Update an order endpoint (update an order). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Update an order endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Grant access to a revoked order

This endpoint template sends records from a Nexset to the SendOwl Grant access to a revoked order endpoint (grant access to a revoked order). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Grant access to a revoked order endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Revoke access to an order

This endpoint template sends records from a Nexset to the SendOwl Revoke access to an order endpoint (revoke access to an order). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Revoke access to an order endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Issue a refund for an order

This endpoint template sends records from a Nexset to the SendOwl Issue a refund for an order endpoint (issue a refund for an order). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Issue a refund for an order endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Cancel the subscription linked to an order

This endpoint template sends records from a Nexset to the SendOwl Cancel the subscription linked to an order endpoint (cancel the subscription linked to an order). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Cancel the subscription linked to an order endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Resend order-related emails

This endpoint template sends records from a Nexset to the SendOwl Resend order-related emails endpoint (resend order-related emails). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Resend order-related emails endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Reset order download limits

This endpoint template sends records from a Nexset to the SendOwl Reset order download limits endpoint (reset order download limits). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Reset order download limits endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Override the buyer country on an order

This endpoint template sends records from a Nexset to the SendOwl Override the buyer country on an order endpoint (override the buyer country on an order). Use this template when you need Nexla to write this data into your SendOwl account.

  • Order Id: The order id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Override the buyer country on an order endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Create a discount

This endpoint template sends records from a Nexset to the SendOwl Create a discount endpoint (create a discount). Use this template when you need Nexla to write this data into your SendOwl account.

Each record from your Nexset is sent as a separate request to SendOwl's Create a discount endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Update a discount

This endpoint template sends records from a Nexset to the SendOwl Update a discount endpoint (update a discount). Use this template when you need Nexla to write this data into your SendOwl account.

  • Discount Id: The discount id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Update a discount endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

[Rest API] Delete a discount

This endpoint template sends records from a Nexset to the SendOwl Delete a discount endpoint (delete a discount). Use this template when you need Nexla to write this data into your SendOwl account.

  • Discount Id: The discount id path parameter for this endpoint.

Each record from your Nexset is sent as a separate request to SendOwl's Delete a discount endpoint. Ensure the record structure matches the fields expected by the SendOwl API for this operation.

For detailed information about this endpoint, request and response formats, and available fields, see the SendOwl API Documentation.

Manual configuration

SendOwl destinations can also be manually configured to send data to any valid SendOwl API endpoint. Select the Advanced tab at the top of the configuration screen, and follow the instructions in Connect to Any API to configure the API method, data format, endpoint URL, request headers, attribute exclusions, record batching, and response webhooks.

Save & activate

Once all endpoint settings have been configured, click the Done button in the upper right corner of the screen to save and create the destination. To send the data to the configured SendOwl endpoint, open the destination resource menu, and select Activate.

The Nexset data will not be sent to the SendOwl endpoint until the destination is activated. Destinations can be activated immediately or at a later time, providing full control over data movement.