2 Home
gitea_admin edited this page 2026-03-11 14:39:54 +00:00

Salesforce Create Sink

Create an object in Salesforce.

The body of the message must contain the JSON of the Salesforce object, for example: { "Phone": "555", "Name": "Antonia", "LastName": "Garcia" }.

Metadata

Property Value
Type sink
Group Salesforce
Namespace Salesforce
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
sObjectName string The type of the object.
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.

Dependencies

  • camel:salesforce
  • camel:kamelet