Loyalty Campaign API

(0 reviews)

home

Loyalty Campaign API

This API supports accessing campaign information, updating campaigns, and allowing customers to join different campaigns

Partner Connect

Our Partner Connect program allows companies that partner with Love's to provide benefits to their own customers by joining them into various Love's campaigns that can provide their customers with discounts and benefits they would not receive through any other means.

resources/PartnerConnect-f69aec25-d25e-4e01-b86d-07f6d3ac3ff2.png

Program Interest

If you are interested in participating in this program, please reach out to Nathan Woods (Nathan.Woods@loves.com).

Routes
POST /campaigns/customers

This is the primary route used by the Partner Connect program and allows the inclusion of customers in a specific campaign. It supports identifying customers by their email address, finding their corresponding Love's Connect Account in our system, and attaching the benefit to their account. If the customer does not yet have an account with us, we will keep looking for their account for an additional 10 days after the initial request and once the account is set up, their account will receive the benefit.

Request Example:

{
    "emailAddress": "customer@example.com",
    "campaignCode": "CAMPAIGN-EXAMPLE"
}

Additional Routes

No additional routes at this time


Reviews