search_opportunities
Search for sales opportunities with filtering and sorting options to track deals and manage sales pipeline in Apollo.io.
Instructions
Search for opportunities in Apollo.io.
This tool searches for sales opportunities with filtering and sorting options. Useful for tracking deals and pipeline management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_stage_ids | No | ||
page | No | ||
per_page | No | ||
sort_by_field | No |
Input Schema (JSON Schema)
{
"properties": {
"account_stage_ids": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Account Stage Ids"
},
"page": {
"default": 1,
"title": "Page",
"type": "integer"
},
"per_page": {
"default": 25,
"title": "Per Page",
"type": "integer"
},
"sort_by_field": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Sort By Field"
}
},
"type": "object"
}