Remarkety

Remarkety is eCommerce email marketing - simplified.

Go to site
Explore
/
Apps
/
Remarkety

Remarkety API Integrations

Build and run workflows using the Remarkety API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    remarkety: {
      type: "app",
      app: "remarkety",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://app.remarkety.com/api/v2/stores/${this.remarkety.$auth.store_id}/customers`,
      headers: {
        "X-API-Key": `${this.remarkety.$auth.api_token}`,
      },
    })
  },
})

Choose an API to Connect with Remarkety API

1
-
12
of
1000+
apps by most popular

Authentication

Remarkety uses API keys for authentication. When you connect your Remarkety account, Pipedream securely stores the keys so you can easily authenticate to Remarkety APIs in both code and no-code steps.

You can get your API Token and Store ID under Settings > API Keys.