search_contact_people
Find contact people by name in Offorte Proposal Software to quickly locate team members and stakeholders for your proposals.
Instructions
Search for people by name in the contacts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes |
Input Schema (JSON Schema)
{
"properties": {
"search": {
"type": "string"
}
},
"required": [
"search"
],
"type": "object"
}