SoqlQuery ​Soql​Query

yaml
type: "io.kestra.plugin.ee.salesforce.soqlquery"
yaml
id: query_salesforce_contacts
namespace: company.sales

tasks:
  - id: query_contacts
    type: io.kestra.plugin.ee.salesforce.SoqlQuery
    connection:
      username: "{{ secret('SALESFORCE_USERNAME') }}"
      password: "{{ secret('SALESFORCE_PASSWORD') }}"
      authEndpoint: "{{ secret('SALESFORCE_AUTH_ENDPOINT') }}"
    query: "SELECT Id, FirstName, LastName, Email FROM Contact WHERE CreatedDate = LAST_WEEK"
    fetchType: STORE
Properties
Default 2000
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
Default true
SubType object
Format uri
Default https://login.salesforce.com/services/Soap/u/63.0/