yaml
type: "io.kestra.plugin.ee.salesforce.update"
yaml
id: update_contacts
namespace: company.sales

tasks:
  - id: update_contacts_task
    type: io.kestra.plugin.ee.salesforce.Update
    connection:
      username: "{{ secret('SALESFORCE_USERNAME') }}"
      password: "{{ secret('SALESFORCE_PASSWORD') }}"
      authEndpoint: "{{ secret('SALESFORCE_AUTH_ENDPOINT') }}"
    objectName: "Contact"
    records:
      - Id: "003XXXXXXXXXXXXAAA"
        Email: "updated.john@example.com"
      - Id: "003XXXXXXXXXXXXAAB"
        Email: "updated.jane@example.com"
Properties
SubType object
SubType string
Default https://login.salesforce.com/services/Soap/u/63.0/