Skip to main content
In this guide we will be going over the concept and API needed to automate importing emails captured from your brand’s LikeShop so that you don’t have to manually upload them to your email marketing tool such as MailChimp, Hubspot, etc.

Get up to speed quickly

You will need two things to get started and make any Dash Social API calls:
  1. API Key: Our API key (Bearer Token) can be generated directly from our platform under the Developer section.
  2. Brand ID: You can see your brand_id next to your brand name under the Developer section as well.
If you haven’t done so already, check out the API Quickstart guide to learn how you can get your API Key & brand_id.

Get emails from LikeShop

Getting LikeShop emails in JSON is simple — start by calling https://library-backend.dashsocial.com/brands/{brand_id}/galleries/likeshop/email_submissions with your brand_id.

Request Example

You should expect a JSON response as below.

Automation Concept

For automation purposes you might want to take advantage of the date filters to get the latest emails captured — let’s say in the last 1 hour. This number can be higher or lower, but we recommend not going under 10 mins. Let us know if you have any feedback.