Skip to main content
The OutreachResourceClient provides access to the Outreach API, allowing you to manage prospects, sequences, and other sales engagement data.

Usage

Inputs

The invoke method accepts the following arguments:
string
required
The HTTP method to use: "GET", "POST", "PUT", "PATCH", or "DELETE".
string
required
The Outreach API path (e.g., /api/v2/prospects).
string
required
A unique identifier for this operation.
object
Optional configuration object.

Outputs

The output format is the same as the Custom API client.
"api"
Discriminator for the response type.
number
The HTTP status code.
ResponseBody
The response body (typically JSON).