Discover RD Station CRM, the CRM System that will help you control your business process and generate more sales.
Go to siteThe RD Station CRM API allows companies to access and manage their customer relationships and use their data to better understand and engage their customers. With the RD Station CRM API you can create, read, update and delete customer information from within your own application. This can enable a range of innovative solutions tailored to optimize customer relationships and increase sales opportunities.
Here are some examples of what you can do, using the RD Station CRM API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
rd_station_crm: {
type: "app",
app: "rd_station_crm",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://plugcrm.net/api/v1/token/check`,
params: {
token: `${this.rd_station_crm.$auth.api_token}`,
},
})
},
})
RD Station CRM uses API keys for authentication. When you connect your RD Station CRM account, Pipedream securely stores the keys so you can easily authenticate to RD Station CRM APIs in both code and no-code steps.
To retrieve your API token,