This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch salesforce-fix in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 4d2b0a593f1d5393bd972424d2a15c290100999e Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 15 14:28:48 2021 +0100 Salesforce Source Kamelet: Make notifyForFields configurable --- salesforce-source.kamelet.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/salesforce-source.kamelet.yaml b/salesforce-source.kamelet.yaml index e0047c7..1c24885 100644 --- a/salesforce-source.kamelet.yaml +++ b/salesforce-source.kamelet.yaml @@ -39,6 +39,11 @@ spec: description: The Salesforce instance login URL type: string default: https://login.salesforce.com + notifyForFields: + title: Notify For Fields + description: Notify for fields, options are ALL, REFERENCED, SELECT, WHERE. + type: string + default: ALL clientId: title: Consumer Key description: The Salesforce application consumer key @@ -83,7 +88,7 @@ spec: clientSecret: "{{clientSecret}}" userName: "{{userName}}" password: "{{password}}" - notifyForFields: "ALL" + notifyForFields: "{{notifyForFields}}" updateTopic: "true" notifyForOperationCreate: "true" notifyForOperationUpdate: "false"