Coperniq Support
  • πŸ†˜How to get help?
  • 🏭Clients
    • Creating & working with Clients
    • Client Portfolio
  • πŸ’ΌProjects
    • Creating & working with Projects
    • Project Portfolio
  • πŸ’²Requests
    • Creating & working with Requests
  • πŸ“†Work Orders & Visits
    • Creating & working with Work Orders
    • Scheduling Work Orders & Mobile App
    • Dispatching Work Orders
  • βš™οΈConfigure
    • Templates
    • Request & Project Workflows
    • Standard & Custom Properties
    • Smart Views
    • Automations
    • User, Role, & Team Management
    • Notifications
    • Emails and Phones
  • πŸ› οΈAdvanced Features
    • Analytics
    • Catalog & Financials
    • Exporting Records from Coperniq
    • Client Portal
  • πŸ”ŒIntegrations
    • Button Properties
    • Webhooks
    • SalesRabbit
    • QuickBooks (Online & Desktop)
    • Aurora Solar
    • STAKT
    • Enphase
    • Partner API
Powered by GitBook
On this page
  • Overview
  • Getting a SalesRabbit API Token
  • Flow 1: Create Request in Coperniq On New Form Submission in SalesRabbit
  • Trigger: New Form Submission in SalesRabbit
  • Action: Create Request in Coperniq
  • Flow 2: Create Project in Coperniq On Proposal Sold in SalesRabbit
  • Trigger: Proposal Sold in SalesRabbit
  • Action: Create Project in Coperniq

Was this helpful?

  1. Integrations

SalesRabbit

PreviousWebhooksNextQuickBooks (Online & Desktop)

Last updated 10 months ago

Was this helpful?

Overview

SalesRabbit is an advanced sales enablement and customer relationship management software. It provides an API that allows third-party applications to interact with its data. Here's a simple guide on how you can access a 3rd party API token in SalesRabbit.

Getting a SalesRabbit API Token

  1. Navigate to the API token: On the left pannel you should see a dropdown carat next to Integrations, Click that and then click 3rd Party

  2. Copy the API token: At the top of the screen you should see a text area labeled β€œAPI Token”. Make sure to copy all the characters and not any white space. Or click the button on the top right to copy to the clipboard.

Remember to keep this token secure, as it provides access to your SalesRabbit account. Never share it with unauthorized individuals or applications, and don't include it in client-side code where others might see it.

Flow 1: Create Request in Coperniq On New Form Submission in SalesRabbit

Trigger: New Form Submission in SalesRabbit

This Integration will be triggered once a user submits a Form in SalesRabbit. Talk to your Coperniq CSM about best practices for building a SalesRabbit Form.

Action: Create Request in Coperniq

This Integration will create a Request in Coperniq. See the standard field mapping below.

SalesRabbit Object
SalesRabbit Field
Coperniq Object
Coperniq Field

Lead

Name

Request

Title

Lead

Address

Request

Site Address

Lead

Email

Contact

Email

Lead

Appointment Date

Appointment

Date

Lead

<CUSTOM_FIELD>

Request

<CUSTOM_FIELD>

Flow 2: Create Project in Coperniq On Proposal Sold in SalesRabbit

Trigger: Proposal Sold in SalesRabbit

This Integration will be triggered once a Proposal's Status updates to Sold in SalesRabbit.

Action: Create Project in Coperniq

This Integration will create a Project in Coperniq. See the standard field mapping below.

SalesRabbit Object
SalesRabbit Field
Coperniq Object
Coperniq Field

Lead

Name

Project

Title

Lead

Address

Project

Site Address

Lead

Email

Contact

Email

Lead

<CUSTOM_FIELD>

Project

<CUSTOM_FIELD>

πŸ”Œ
SalesRabbit 3rd Party API Token Page