diff --git a/Home.md b/Home.md index 93a012c..9273e3b 100644 --- a/Home.md +++ b/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 -From the project space, click on **"Create a release"** +## Metadata -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 -Click on **"Deploy"** +## Properties -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory +| Name | Type | Required | Default | Description | +|------|------|----------|---------|-------------| +| `query` | string | ✓ | | The query to execute on Salesforce. | +| `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 -Enable **"Expose"** +## Dependencies -Choose an **API Gateway** (Internal, Public, etc.) +- `camel:jackson` +- `camel:salesforce` +- `camel:kamelet`