Lime Go boosts sales. Lime Go is a sales tool filled with features for exceptional customer relationships. For you who want to sell smarter.
Go to siteLime Go API can be used to build a variety of applications, including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
lime_go: {
type: "app",
app: "lime_go",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.lime-go.com/v1/ping`,
headers: {
"Authorization": `go-api: ${this.lime_go.$auth.api_key}`,
},
})
},
})
LIME Go uses API keys for authentication. When you connect your LIME Go account, Pipedream securely stores the keys so you can easily authenticate to LIME Go APIs in both code and no-code steps.
You can generate an API key in Settings-Integrations-Lime Go API Keys.