import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
finalscout: {
type: "app",
app: "finalscout",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.finalscout.com/v1/account`,
headers: {
"authorization": `${this.finalscout.$auth.api_key}`,
},
})
},
})
Finds an email address from a LinkedIn profile URL. See the documentation
Finds an email address from a news article URL. See the documentation
Finds an email address from a person's name and company/domain. See the documentation
Get the task status for any Single Find task. See the documentation
FinalScout uses API keys for authentication. When you connect your FinalScout account, Pipedream securely stores the keys so you can easily authenticate to FinalScout APIs in both code and no-code steps.