-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete salesforce integration document
- Loading branch information
Showing
2 changed files
with
168 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,8 @@ This provider generates random address | |
</Tabs> | ||
|
||
## Email Provider | ||
This provider generates random email address | ||
This provider generates random email address. | ||
|
||
- **category**: email | ||
|
||
```yaml title="Create email address" | ||
|
@@ -121,6 +122,13 @@ This provider generates random email address | |
- type: "category" | ||
name: "email" | ||
``` | ||
:::note | ||
Our default Email provider generates Gmail type email addresses with four parts `<prefix>.<suffix>@<domain>.<domain_type>`, e.g. `[email protected]` | ||
- prefix: 3 to 8 character long random string | ||
- suffix: 3 to 8 character long random string | ||
- domain: 3 to 8 character long random string | ||
- domain_type: random value from "com", "info", "org", "net", "inc", "app", "ai" or "io" | ||
::: | ||
|
||
## Id Provider | ||
This provider generates random ID string with given format, if no format is provided, it generates UUID | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters