Leadfeeder is the #1-rated app for Google Analytics and it's the best way to generate free sales leads.
Leadfeeder is a powerful API that allows you to build a variety of applications
and tools. Here are some examples of what you can build with the Leadfeeder
API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
leadfeeder: {
type: "app",
app: "leadfeeder",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.leadfeeder.com/accounts`,
headers: {
"Authorization": `Token ${this.leadfeeder.$auth.api_token}`,
},
})
},
})
With Schedule - A trigger provided by Pipedream - You can easily build
automated workflows that run on regular times or intervals. Some examples of
things that you can build using the Schedule API include: