Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new lead in Salesforce CRM
| Field | Value |
|---|---|
| Name | salesforce__create_lead |
| Group | Integrations |
{
"type": "object",
"properties": {
"LastName": {
"type": "string",
"description": "Lead last name"
},
"Company": {
"type": "string",
"description": "Lead company"
},
"FirstName": {
"type": "string",
"description": "Lead first name"
},
"Email": {
"type": "string",
"description": "Lead email address"
},
"Phone": {
"type": "string",
"description": "Lead phone number"
},
"Status": {
"type": "string",
"description": "Lead status"
}
},
"required": [
"LastName",
"Company"
],
"description": "Input schema for the salesforce__create_lead tool."
}