Make an RPC call to an action
Makes a remote procedure call to the specified action
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
The account identifier
Overrides the connector profile associated with the account for this request. If the profile cannot be found, the account's associated profile is used.
Query Parameters
When true, the action result is written to the datasync index and the response includes datasync metadata
false
Enable debug mode for the action execution
false
Body
The action to execute
"create_employee"
Path parameters for the action
{ "id": "123" }Query parameters for the action
Headers for the action
{ "Content-Type": "application/json" }Request body for the action
{ "data": "example" }Override the account-level defender enabled setting for this request. Deprecated: use defender_config instead.
true
Per-request defender configuration. Takes precedence over defender_enabled and project settings.
Response
Action response. When sync=true, the response is wrapped with a datasync metadata field.