generated from camel.apache.org/kamelet
Update wiki Home page for salesforce-source
parent
5073412453
commit
6b3d96436c
46
Home.md
46
Home.md
@ -1,21 +1,39 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Salesforce Source
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Receive updates from Salesforce.
|
||||||
|
|
||||||
## Step 1: Create a release
|
## Metadata
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
| Property | Value |
|
||||||
|
|----------|-------|
|
||||||
|
| Type | source |
|
||||||
|
| Group | Salesforce |
|
||||||
|
| Namespace | Salesforce |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
## Step 2: Deploy
|
## Properties
|
||||||
Click on **"Deploy"**
|
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
| Name | Type | Required | Default | Description |
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|------|------|----------|---------|-------------|
|
||||||
- **Configuration:** Select the configuration source
|
| `query` | string | ✓ | | The query to execute on Salesforce. |
|
||||||
- **Resources:** Set CPU and Memory
|
| `topicName` | string | ✓ | | The name of the topic or channel. |
|
||||||
|
| `loginUrl` | string | | `https://login.salesforce.com` | The Salesforce instance login URL. |
|
||||||
|
| `notifyForFields` | string | | `ALL` | Notify for fields. |
|
||||||
|
| `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. |
|
||||||
|
| `notifyForOperationCreate` | boolean | | `true` | Notify for create operation. |
|
||||||
|
| `notifyForOperationUpdate` | boolean | | `false` | Notify for update operation. |
|
||||||
|
| `notifyForOperationDelete` | boolean | | `false` | Notify for delete operation. |
|
||||||
|
| `notifyForOperationUndelete` | boolean | | `false` | Notify for undelete operation. |
|
||||||
|
| `operation` | string | | `subscribe` | The operation to use |
|
||||||
|
| `rawPayload` | boolean | | `false` | Use raw payload String for request and response (either JSON or XML depending on format), instead of DTOs, false by default. |
|
||||||
|
| `replayId` | long | | | The replayId value to use when subscribing to the Streaming API. |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
- `camel:jackson`
|
||||||
|
- `camel:salesforce`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user