Documentation Index
Fetch the complete documentation index at: https://docs.nekt.com/llms.txt
Use this file to discover all available pages before exploring further.
RD Station CRM is a sales management platform that helps businesses organize and track their sales pipeline. It provides tools for managing contacts, deals, organizations, and sales activities to improve conversion rates and revenue.
The RD Station CRM destination supports three operating modes:
- Contacts - creates or updates contacts in the CRM.
- Deals - creates or updates deals (sales opportunities) in the CRM.
- Organizations - creates or updates organizations (companies) in the CRM.
1. Add your RD Station CRM access
-
In the Destinations tab, click on the “Add destination” button located on the top right of your screen. Then, select the RD Station CRM option from the list of connectors.
-
Click Next and you’ll be prompted to add your access:
- Authorization: Complete RD Station authorization to grant permissions for Nekt to load data into the CRM.
- Mode: Select the operating mode for the connector:
- Create/Update Contacts - maps your input table columns to contact fields and creates or updates contacts.
- Create/Update Deals - maps your input table columns to deal fields and creates or updates deals.
- Create/Update Organizations - maps your input table columns to organization fields and creates or updates organizations.
- Enable partial success: Whether the connector should continue trying to sync records after one fails.
-
Click Next.
2. Select your data to send
-
The next step is letting us know which data you want to send. Select the layer and then the desired table.
Tip: The table can be found more easily by typing its name.
-
Click Next.
3. Map your columns
Map the columns from your input table to the corresponding RD Station CRM fields. The available destination fields depend on the mode you selected.
Create vs. update behavior
If you map a column to the _id destination field, the connector performs an update (PUT) on the existing record with that ID. If no _id is mapped, the connector creates a new record (POST).
Custom fields
RD Station CRM supports custom fields on contacts, deals, and organizations. To map a column to a custom field, prefix the field slug with @ in the destination field (e.g., @cpf, @erp_id).
In contacts mode, each row in your input table represents a contact to create or update.
Available destination fields:
| Destination field | Description |
|---|
_id | CRM contact ID (for updates only) |
name | Contact full name |
email | Contact email address |
phone | Contact phone number |
job_title | Contact job title |
organization_id | ID of the associated organization |
Example input table (contacts mode):
| full_name | contact_email | phone_number | cpf |
|---|
| Maria Silva | maria@example.com | +55 11 91234-5678 | 111.111.111-11 |
| Joao Santos | joao@example.com | +55 21 99876-5432 | 222.222.222-22 |
Column mapping: full_name -> name, contact_email -> email, phone_number -> phone, cpf -> @cpf.
Deals mode
In deals mode, each row in your input table represents a deal to create or update.
Available destination fields:
| Destination field | Description |
|---|
_id | CRM deal ID (for updates only) |
name | Deal name (required for creation) |
status | Deal status (must be ongoing for creation) |
contact_id | ID of the associated contact |
organization_id | ID of the associated organization |
stage_id | ID of the deal stage |
pipeline_id | ID of the sales pipeline |
owner_id | ID of the deal owner (user) |
campaign_id | ID of the associated campaign |
expected_close_date | Expected close date (ISO 8601 format) |
rating | Numeric rating/classification |
When creating deals, the status field must be set to ongoing. The RD Station CRM API only allows creating deals with this status.
Example input table (deals mode - create):
| deal_name | org_id | stage | amount |
|---|
| Credito PJ 001 | 6621a1b2c3d4e5f678905678 | 6621a1b2c3d4e5f678900001 | 50000 |
| Credito PF 002 | 6621a1b2c3d4e5f678905679 | 6621a1b2c3d4e5f678900001 | 15000 |
Column mapping: deal_name -> name, org_id -> organization_id, stage -> stage_id, amount -> @valor_credito.
Organizations mode
In organizations mode, each row in your input table represents an organization to create or update.
Available destination fields:
| Destination field | Description |
|---|
_id | CRM organization ID (for updates only) |
name | Organization name |
website | Organization website URL |
phone | Organization phone number |
owner_id | ID of the organization owner (user) |
segment_ids | Segment IDs to associate |
Example input table (organizations mode):
| company_name | company_website | cnpj |
|---|
| Empresa ABC Ltda | https://empresaabc.com.br | 11.111.111/0001-11 |
| Tech Corp SA | https://techcorp.com.br | 22.222.222/0001-22 |
Column mapping: company_name -> name, company_website -> website, cnpj -> @cnpj.
-
Describe your destination for easy identification within your organization. You can inform things like what data it brings, to which team it belongs, etc.
-
To define your Trigger, consider how frequently you need to have the data updated on the destination (every day, once a week, only at specific times, etc.).
-
Click Done.
Check your new destination!
-
Once completed, you’ll receive confirmation that your new destination is set up!
-
You can view your new destination on the Destinations page. Now, for you to be able to see it on RD Station CRM, you have to wait for the pipeline to run. You can monitor it on the Destinations page to see its execution and completion. If needed, manually trigger the pipeline by clicking on the refresh icon. Once executed, your data should be seen on RD Station CRM.
If you encounter any issues, reach out to us via Slack, and we’ll gladly assist you!