Skip to content

Commit ad0db7d

Browse files
Merge pull request #5191 from segmentio/pr/5171
DevRev (Actions) docs
2 parents 2faaaf6 + 0c22389 commit ad0db7d

File tree

1 file changed

+42
-0
lines changed
  • src/connections/destinations/catalog/devrev

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: DevRev (Actions) Destination
3+
hide-boilerplate: true
4+
hide-dossier: true
5+
id: 649adeaa719bd3f55fe81bef
6+
---
7+
8+
{% include content/plan-grid.md name="actions" %}
9+
10+
DevRev is a business software company that brings developers (dev) and customers (rev) together in the era of product-led growth. DevRev is building an API-first dev-centric CRM that uses data, design, and machine intelligence to empower devs to build, support, and grow their revs. Learn more at [devrev.ai](https://devrev.ai){:target="\_blank”}, Twitter [@devrevinc](https://twitter.com/devrevinc){:target="\_blank”}, and [Medium](https://medium.com/devrev){:target="\_blank”}.
11+
12+
The DevRev destination uses Segment's action framework to take action in your DevOrg when particular events or activity is sent from enabled Segment Sources.
13+
14+
## DevRev Destination (Actions) use cases
15+
16+
With this destination, website or external events can trigger action within DevRev.
17+
18+
For example:
19+
20+
- When a user requests a demo, DevRev creates a work ticket or issue with the details
21+
- When a user fills out a form, create a RevUser (lead) object
22+
- Track user events within DevRev
23+
<!-- The section below explains how to enable and configure the destination. Include any configuration steps not captured below. For example, obtaining an API key from your platform and any configuration steps required to connect to the destination. -->
24+
25+
## Getting started
26+
27+
1. Generate an API key from the [DevRev app](https://app.devrev.ai/){:target="_blank"}. Be sure you're in the DevOrg you want the events sent to and then navigate to **Settings** (the gear in the top left) > **Account** > **New Token**. Copy this API key, as you'll need it when setting up your DevRev (Actions) destination in Segment.
28+
2. Open the Segment web app, click **Catalog**, then click **Destinations**.
29+
3. Search for DevRev (Actions) and click it.
30+
4. Click **Configure DevRev**.
31+
5. Select an existing Source to connect to DevRev (Actions).
32+
6. Give it a name and choose how to configure the destination.
33+
7. The email blacklist is a comma separated list of domains that you want the integration to consider personal (vs business) email addresses.
34+
35+
### Accounts, domains, emails, and the blacklist
36+
37+
By default, the `createRevUser` function will create a new RevUser (Contact) object in DevRev. This contact will be associated with an Account as well, based on the following rules:
38+
39+
1. If the email address is a personal email address (defined by having a domain in the domain blacklist), then the Account will be searched for using the email address specifically (for example, `[email protected]` would look for an account with external_ref of `[email protected]`).
40+
2. If the email address is a company address (not having a domain in the domain blacklist), then DevRev looks for an account with the company domain. If found, the RevUser will be attached to this Account. If there is no existing account, a new one will be created with the company domain (for example, DevRev would add `[email protected]` under the Account with the domain `company.com`).
41+
42+
{% include components/actions-fields.html %}

0 commit comments

Comments
 (0)