import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
reversecontact: {
type: "app",
app: "reversecontact",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.reversecontact.com/enrichment`,
params: {
apikey: `${this.reversecontact.$auth.api_key}`,
mail: `{your_target_email}`,
},
})
},
})
Returns enriched profile information with the given email. See docs here
Reverse Contact uses API keys for authentication. When you connect your Reverse Contact account, Pipedream securely stores the keys so you can easily authenticate to Reverse Contact APIs in both code and no-code steps.
To retrieve your API Key,