NectarCRM is a solution for customer relationships, focused on the management and acceleration of sales.
Go to siteThe Nectar CRM API can be used to build a wide variety of applications, including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
nectar_crm: {
type: "app",
app: "nectar_crm",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://app.nectarcrm.com.br/crm/api/1/contatos/`,
headers: {
"Access-Token": `${this.nectar_crm.$auth.api_token}`,
},
})
},
})
Nectar CRM uses API keys for authentication. When you connect your Nectar CRM account, Pipedream securely stores the keys so you can easily authenticate to Nectar CRM APIs in both code and no-code steps.
To retrieve your API key,