get_contact_details
Retrieve complete contact information using a contact ID to access proposal-related contact details in Offorte Proposal Software.
Instructions
Get all details for a contact by id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"contact_id": {
"type": "string"
}
},
"required": [
"contact_id"
],
"type": "object"
}