nowcerts_opportunity_insert
Add new sales opportunities to the NowCerts platform by submitting opportunity data to track potential business leads and customer engagements.
Instructions
Insert a new opportunity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opportunity | Yes | Opportunity data |
Input Schema (JSON Schema)
{
"properties": {
"opportunity": {
"description": "Opportunity data",
"required": true,
"type": "object"
}
},
"required": [
"opportunity"
],
"type": "object"
}