Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: DevRev (Actions) Destination
hide-boilerplate: true
hide-dossier: true
hidden: true
id: 649adeaa719bd3f55fe81bef
---

Expand Down Expand Up @@ -39,4 +40,4 @@ By default, the `createRevUser` function will create a new RevUser (Contact) obj
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]`).
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`).

{% include components/actions-fields.html %}
{% include components/actions-fields.html %}
Loading