Salesforce
CRM & salesOAuth 2.0credential probe
Salesforce CRM — create/update records and run SOQL (OAuth2 refresh token).
OCNORA ships 26 typed Salesforce operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Triggers 1
- Record Created or UpdatedStart a run when a Salesforce record is created or updated (polled).trigger.salesforce_event
Operations 26
- Close Bulk JobClose an ingest job so Salesforce starts processing it, or abort it.salesforce.bulk_close_job
- Create Bulk JobOpen a Bulk API 2.0 ingest job for a CSV load of one sObject.salesforce.bulk_create_job
- Delete Bulk JobDelete a finished ingest job and its result sets.salesforce.bulk_delete_job
- Get Bulk JobRead an ingest job's state and its processed/failed record counts.salesforce.bulk_get_job
- Get Bulk Job ResultsRead a finished ingest job's successful, failed or unprocessed rows.salesforce.bulk_get_results
- List Bulk JobsList the ingest jobs in the org, newest page first.salesforce.bulk_list_jobs
- Upload Bulk BatchUpload one CSV batch of records to an open Bulk API 2.0 ingest job.salesforce.bulk_upload_batch
- Composite BatchSend up to 25 independent REST subrequests in one call and get every result.salesforce.composite_batch
- Composite RequestSend up to 25 chained REST subrequests that can reference each other's output.salesforce.composite_request
- Convert LeadConvert a Lead into an Account, Contact and (optionally) an Opportunity.salesforce.convert_lead
- Create AttachmentAttach a file to a record the classic way, as an Attachment.salesforce.create_attachment
- Create RecordCreate an sObject record (Lead, Contact, Account, …) in Salesforce.salesforce.create_record
- Delete RecordDelete one sObject record by its Salesforce id.salesforce.delete_record
- Describe GlobalList every sObject in the org with its metadata flags.salesforce.describe_global
- Describe ObjectDescribe one sObject: its metadata and every field an author can write.salesforce.describe_object
- Get RecordRead one sObject record by its Salesforce id.salesforce.get_record
- Get Record by External IdRead one sObject record by the value of an external-id field.salesforce.get_record_by_external_id
- Link File to RecordShare an uploaded file with a record by creating a ContentDocumentLink.salesforce.link_file
- Query (SOQL)Run a SOQL query against Salesforce and return the records.salesforce.query
- Query All (SOQL)Run a SOQL query that also returns deleted and archived records.salesforce.query_all
- Query MoreFetch the next page of a SOQL query from its nextRecordsUrl.salesforce.query_more
- Query Page (SOQL)Run a SOQL query and return the first page with a cursor for the next.salesforce.query_page
- Search (SOSL)Run a SOSL search across several objects at once.salesforce.search
- Update RecordUpdate an sObject record by id in Salesforce.salesforce.update_record
- Upload FileUpload a file to Salesforce Files as a new ContentVersion.salesforce.upload_file
- Upsert RecordCreate or update a record matched on an external-id field.salesforce.upsert_record
Run your first Salesforce workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.