Red Hat Camel K is deprecated
Red Hat Camel K is deprecated and the End of Life date for this product is June 30, 2025. For help migrating to the current go-to solution, Red Hat build of Apache Camel, see the Migration Guide.第 62 章 salesforce Delete Sink
从 Salesforce 中删除对象。接收的正文必须是包含两个键的 JSON:sObjectId 和 sObjectName。
Example body: { "sObjectId": "XXXXX0", "sObjectName": "Contact" }
62.1. 配置选项
下表总结了 salesforce-delete-sink
Kamelet 可用的选项:
属性 | 名称 | 描述 | 类型 | 默认 | 示例 |
---|---|---|---|---|---|
clientId * | 消费者密钥 | Salesforce 应用程序消费者密钥 | 字符串 | ||
clientSecret * | 消费者 Secret | Salesforce 应用程序消费者 secret | 字符串 | ||
密码 X | 密码 | Salesforce 用户密码 | 字符串 | ||
userName * | 用户名 | Salesforce 用户名 | 字符串 | ||
loginUrl | 登录 URL | Salesforce 实例登录 URL | 字符串 |
|
带有星号 packagemanifests 的字段是必需的。