#1 action-focused CRM software for small business. We help bring action and focus to the chaotic world of sales.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
onepagecrm: {
type: "app",
app: "onepagecrm",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.onepagecrm.com/api/v3/contacts.json`,
auth: {
username: `${this.onepagecrm.$auth.user_id}`,
password: `${this.onepagecrm.$auth.api_key}`,
},
})
},
})
OnePageCRM uses API keys for authentication. When you connect your OnePageCRM account, Pipedream securely stores the keys so you can easily authenticate to OnePageCRM APIs in both code and no-code steps.
To retrieve your User ID and API Key,