Abandoned Cart Automations
Abandoned Cart Automations encourage customers to complete purchases in your online store.
You control email layout, styling, and (most of the) content with Paminga's drag and drop email builder.
The actual shopping cart contents come from your online store when it triggers an Abandoned Cart Automation.
Example Abandoned Cart Email

Abandoned Cart Emails
When you create an Abandoned Cart Automation, on the "Actions" step, you'll find that you are only able to select emails of type "Abandoned Cart", like the example in the image above.
In an Abandoned Cart Email, you control the layout, styling (via your Brand Kit or any email-specific styling you choose to add), and much of the content.
However, the actual "cart contents" are supplied to Paminga by your online store.
Creating Abandoned Cart Emails
When creating emails for your Abandoned Cart Automations, choose "Abandoned Cart" as the email type.
An Abandoned Cart Composition will be included automatically.
- The content that appears in the abandoned cart section is sample content. You may decide which cart properties/fields will show up in your emails, and you control their styling
- The Section, Row, and Abandoned Cart Element may not be deleted
Create an Abandoned Cart Email

Control Layout, Content, and Style
Layout
Add Sections, Rows, and Elements to your email as you like, both above and below the "Abandoned Cart" element that is included automatically.
Aside from the Abandoned Cart element that cannot be deleted, it's just a normal email that you control as you choose. There are no limits.
Content
- Display cart contents as a Table or as Cards. Toggle between them to decide which you prefer
- Limit the number of cart items in your email: your customer could have left 42 items in their cart. Easily limit the maximum number of items included in your email
- Content Management: simple checkboxes allow you to control which fields to include or exclude in your email
- Set font size, styling, and more for each field
Abandoned Cart Composition Controls

Styling
Your Abandoned Cart Emails inherit their styling from your chosen Brand Kit, but you may override various styles as needed.
Triggered by API Call or Plugin
Abandoned Cart Automations are triggered by a call from your shopping cart.
This may be implemented by your team or be automated by one of Paminga's plugins.
Endpoint
https://api.net-results.com/api/trigger/abandoned-cart
Authentication
Pass an OAuth token as a "bearer" token:
headers: {
'Content-Type': 'application/json',
Authorization: 'Bearer {YOUR_AUTH_TOKEN}',
}