Update wiki Home page for salesforce-delete-sink

gitea_admin 2026-03-11 14:39:55 +00:00
parent d129207866
commit 0596d26672

40
Home.md

@ -1,21 +1,33 @@
# Deploy the Project on CamelX Platform # Salesforce Delete Sink
Deploy on CamelX Platform in three steps Remove an object from Salesforce.
## Step 1: Create a release The data body must be JSON-formatted and it must
From the project space, click on **"Create a release"** contain two keys: `sObjectId` and `sObjectName`. For example: `{ "sObjectId": "XXXXX0", "sObjectName": "Contact" }`
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"** |------|------|----------|---------|-------------|
| `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`
- `camel:core`
- `camel:jsonpath`