cURL
curl --request POST \ --url https://api.sol.com/v1/tools/{toolId}/execute \ --header 'Content-Type: application/json' \ --data '{ "params": { "from_email": "noreply@sol.com", "to_email": "tara@sol.com" }, "values": { "subject": "Welcome to our service!" } }'
{ "executionId": "exec-98765", "status": "completed" }
Executes the selected tool with the provided parameters in Sol.
The ID of the tool to execute
Successful tool execution
The response is of type object.
object