generated from camel.apache.org/kamelet
Update wiki Home page for salesforce-create-sink
parent
846a20d723
commit
f5c911eba2
38
Home.md
38
Home.md
@ -1,21 +1,31 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Salesforce Create Sink
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Create an object in Salesforce.
|
||||||
|
|
||||||
## Step 1: Create a release
|
The body of the message must contain the JSON of the Salesforce object, for example: `{ "Phone": "555", "Name": "Antonia", "LastName": "Garcia" }`.
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
## Metadata
|
||||||
|
|
||||||
## Step 2: Deploy
|
| Property | Value |
|
||||||
Click on **"Deploy"**
|
|----------|-------|
|
||||||
|
| Type | sink |
|
||||||
|
| Group | Salesforce |
|
||||||
|
| Namespace | Salesforce |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
## Properties
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|
||||||
- **Configuration:** Select the configuration source
|
|
||||||
- **Resources:** Set CPU and Memory
|
|
||||||
|
|
||||||
## Step 3: Expose
|
| Name | Type | Required | Default | Description |
|
||||||
Enable **"Expose"**
|
|------|------|----------|---------|-------------|
|
||||||
|
| `sObjectName` | string | | | The type of the object. |
|
||||||
|
| `loginUrl` | string | | `https://login.salesforce.com` | The Salesforce instance login URL. |
|
||||||
|
| `clientId` | string | ✓ | | The Salesforce application consumer key. |
|
||||||
|
| `clientSecret` | string | ✓ | | The Salesforce application consumer secret. |
|
||||||
|
| `userName` | string | ✓ | | The Salesforce username. |
|
||||||
|
| `password` | string | ✓ | | The Salesforce user password. |
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
## Dependencies
|
||||||
|
|
||||||
|
- `camel:salesforce`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user