cURL
curl --request POST \ --url https://api.jackson.scope3.com/sales-agent-update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "salesAgentId": "<string>", "name": "<string>", "description": "<string>", "contactEmail": "jsmith@example.com" }'
{ "success": true, "message": "<string>", "data": {} }
Update a sales agent’s configuration.
Bearer token authentication using Scope3 API key
ID of the sales agent to update
New name
New description
New contact email
Successful tool execution
Whether the operation succeeded
Human-readable response message
Response data (varies by tool)