Execute with HTTP Client
Use composio as a http client to make request to the connected account service on your behalf, without managing authentication on your side.
Headers
x-api-key
Request
ActionProxyRequestConfigDTO
endpoint
The endpoint to call for the action. If the given url is relative, it will be resolved relative to the base_url set in the connected account info.
method
The HTTP method to use for the action.
Allowed values:
parameters
connectedAccountId
The connected account uuid to use for the action.
body
The body to be sent to the endpoint. This can either be a JSON field or a string.
Response
data
The response data returned by the action execution.
successful
Whether the action execution was successfully executed or not. If this is false, error field will be populated with the error message.
successfullDeprecated
Whether the action execution was successfully executed or not. If this is false, error field will be populated with the error message.
error
The error message, if the action failed to execute. If the action is successful, this will be null.
logId
The id of the log request.
sessionInfo
The session info of the action execution.