Red Hat Camel K is no longer supported.
As of June 30, 2025, Red Hat build of Camel K has reached End of Life. The suggested replacements is Red Hat build of Apache Camel. For details about moving, see the Camel K to Camel Quarkus migration guide.第 61 章 Salesforce Delete Sink
从 Salesforce 中删除对象。收到的正文必须是一个 JSON,它包含两个键:sObjectId 和 sObjectName。
Example body: { "sObjectId": "XXXXX0", "sObjectName": "Contact" }
61.1. 配置选项 复制链接链接已复制到粘贴板!
下表总结了 salesforce-delete-sink
Kamelet 的配置选项:
属性 | Name | 描述 | 类型 | 默认 | Example |
---|---|---|---|---|---|
clientId * | 消费者密钥 | Salesforce 应用程序消费者密钥 | 字符串 | ||
clientSecret * | 消费者机密 | Salesforce 应用程序消费者 secret | 字符串 | ||
密码 * | 密码 | Salesforce 用户密码 | 字符串 | ||
userName * | 用户名 | Salesforce 用户名 | 字符串 | ||
loginUrl | 登录 URL | Salesforce 实例登录 URL | 字符串 |
|
带星号(*)标记的字段是必需的。