Logoraisr

Graphic design API

Go to site
Explore
/
Apps
/
Logoraisr

Logoraisr API Integrations

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

Overview

With the Logoraisr API, you can create amazing applications that help you gather feedback from your users. Here are some examples of what you can build:

  • A feedback form that your users can fill out
  • A poll or survey tool to gather feedback on a specific topic
  • A way to collect customer feedback on your products or services
  • A tool to help you track customer satisfaction over time
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: {
    logoraisr: {
      type: "app",
      app: "logoraisr",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.logoraisr.com/rest-v1/processes/`,
      headers: {
        "Authorization": `Token ${this.logoraisr.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your API key,

  • Navigate to your Logoraisr account and sign in
  • Go to “Profile” > “Developer”