Create a record
Creates a record of the given object type. Pass the object's field values as additional top-level inputs, e.g. `{ sobject: "Account", Name: "Acme" }`. Required scopes: `api`.
CRM
Query and manage Salesforce records via SOQL, the GraphQL API, and sObject endpoints on your org’s My Domain.
swirls add salesforce …Creates a record of the given object type. Pass the object's field values as additional top-level inputs, e.g. `{ sobject: "Account", Name: "Acme" }`. Required scopes: `api`.
Executes a GraphQL query or mutation against the Salesforce GraphQL API (UI API under the `uiapi` root field). The request runs against the connected org's My Domain host. Required scopes: `api`.
Executes a SOQL query via the REST query endpoint and returns the matching records. Follow `nextRecordsUrl` with further requests when `done` is false. Required scopes: `api`.
Tell us which provider you need, and we will ship it in the registry.
Point swirls add at an OpenAPI or GraphQL spec. Typed actions for any API you hold credentials for, today.