Use composio as a http client to make request to the connected account service on your behalf, without managing authentication on your side.
The connected account uuid to use for the action.
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.
The HTTP method to use for the action.
The body to be sent to the endpoint. This can either be a JSON field or a string.
The response data returned by the action execution.
Whether the action execution was successfully executed or not. If this is false, error field will be populated with the error message.
Whether the action execution was successfully executed or not. If this is false, error field will be populated with the error message.
The error message, if the action failed to execute. If the action is successful, this will be null.
The id of the log request.
The session info of the action execution.