Skip to content

Commit

Permalink
Update src/connections/destinations/catalog/devrev/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: rchinn-segment <[email protected]>
  • Loading branch information
forstisabella and rchinn1 authored Aug 15, 2023
1 parent 888dc3d commit 0c22389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connections/destinations/catalog/devrev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ For example:
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:

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`)
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 %}

0 comments on commit 0c22389

Please sign in to comment.