- 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. Any destination field that is not in the standard fields list is automatically sent inside thecustom_fields object in the API payload. Simply use the custom field slug as the destination field name (e.g., cpf, erp_id).
Contacts mode
In contacts mode, each row in your input table represents a contact to create or update. Available standard destination fields:
Any other field (e.g.,
cpf, erp_id) is sent as a custom field.
Example input table (contacts mode):
Column mapping:
full_name -> name, contact_email -> emails, phone_number -> phones, cpf -> cpf.
In this example, cpf is automatically sent inside custom_fields in the API payload.
Deals mode
In deals mode, each row in your input table represents a deal to create or update. Available standard destination fields:
Any other field is sent as a custom field.
When creating deals, the
status field must be set to ongoing. The RD Station CRM API only allows creating deals with this status.
Column mapping:
deal_name -> name, org_id -> organization_id, stage -> stage_id, amount -> valor_credito.
In this example, valor_credito is automatically sent inside custom_fields in the API payload.
Organizations mode
In organizations mode, each row in your input table represents an organization to create or update. Available standard destination fields:
Any other field is sent as a custom field.
Example input table (organizations mode):
Column mapping:
company_name -> name, company_website -> website, cnpj -> cnpj.
In this example, both website and cnpj are automatically sent inside custom_fields.
4. Configure your RD Station CRM data destination
- 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!