Tool to make a PUT request with the Nango Proxy to forward requests to external APIs while managing authentication. Use when you need to update resources via external APIs through Nango's proxy.
bodyobjectThe request body to send to the external API. All body parameters are passed through to the external API.
retriesstringThe number of retries in case of failure (with exponential back-off). Default is 0.
any_pathRequiredstringThe API path to send the PUT request to (e.g., '/users/123', '/items/update'). This path will be appended to the base URL of the external API.
decompressstringOverride the decompress option when making requests. Defaults to false.
connection_idRequiredstringThe connection ID used to create the connection.
base_url_overridestringProvide an API base URL when the base API is not listed in the providers.yaml or it needs to be overridden.
additional_headersobjectAdditional headers to pass on to the external API. These will be prefixed with 'nango-proxy-' automatically.
provider_config_keyRequiredstringThe integration ID used to create the connection (aka Unique Key).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.