Marketing 1-Click Actions In Emails Through API

Ordergroove can add a One-Click token URL to an order reminder email that, once clicked, will redirect the customer to the destination of your choice. This guide takes you through a custom-built solution using our API; we also offer 1-Click through Klaviyo and Attentive.

 


Technical Requirements

Creating this experience will require work from both the client team as well as Ordergroove. If you're interested in this experience as well as any possible customizations to it please reach out to your Ordergroove representative to determine the overall scope, implementation fees, and timing for delivery.

Caution: This is a custom experience that must first be purchased through Ordergroove to be enabled. Some aspects of this article may require technical expertise with coding languages.

If you do not currently have someone on staff or contract that can provide that level of technical assistance, Ordergroove suggests seeking out that level of support before attempting to add or alter any working code relating to your subscriptions or storefront.

 

Synopsis
  • Ordergroove can add a One-Click token URL to the order reminder email that, once clicked, will redirect the customer to the destination of your choice. In addition, OG will append the URL with a parameter containing what we call an Action Token.
  • When used in conjunction with our LEGO endpoint, the token will automatically trigger an action on the experience defined. The scenario below outlines a Skip Order action experience.
Areas Impacted
  • Upcoming Orders
  • Email
  • Website Frontend
Out of Scope of Solution
  • Transactional emails powered outside of Ordergroove
  • Skip Order Tokens are for use with OG-powered transactional emails. Other APIs and/or webhooks are available for merchant-powered email.
  • Only 1 URL with the appended token can be configured. There is no support for multi-language experiences that would require the URL to be dynamic based on customer locale."
Requirements
  • Only available for Klaviyo & SFMC email triggers from Ordergroove. If Ordergroove does not trigger transactional emails through either of these ESPs for you, a custom solution and SOW will be required to move forward.
  • Merchant must build a Front End confirmation experience

Resources Required

 

 Client/Systems Integrator

  • [L] Create a landing page with the front end experience when a customer clicks the Skip Link from their email.
  • [M] Create a backend call to Ordergroove's LEGO endpoint to officially cancel the order. This should trigger in conjunction with the submit experience you require from the customer.
  • [S-M] Provide an HTML template with the Skip Order button/link. Effort varies based on design.
 Ordergroove
  • Add the dynamic token code to the provided HTML template.
  • Merchant configuration to enable one-click actions.

Other

Note that as an alternative you can review our webhooks documentation to try and achieve these results without the need for Ordergroove customizations by following the Marketing One-Click flow and applying it to transactional events.

 


Overview

Ordergroove can add a One-Click token URL to the order reminder email that, once clicked, will redirect the customer to the destination of your choice. In addition, OG will append the URL with a parameter containing what we call an Action Token. When used in conjunction with our LEGO endpoint, the token will automatically trigger an action on the experience defined. The scenario below outlines a Skip Order action experience.

How To Set It Up

For detailed instructions, take a look at 1-Click Actions in Emails in our Developer Documentation.