SalesforceApexRestOperator

Salesforce

Execute a APEX Rest API action

View on GitHub

Last Updated: Oct. 26, 2022

Access Instructions

Install the Salesforce provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

endpointRequiredThe REST endpoint for the request.
methodHTTP method for the request (default GET)
payloadRequiredA dict of parameters to send in a POST / PUT request
salesforce_conn_idThe Salesforce Connection id.

Documentation

Execute a APEX Rest API action

See also

For more information on how to use this operator, take a look at the guide: SalesforceApexRestOperator

Was this page helpful?