Changelog

Insight Control is a feature that allows you to manage which types of insights are included in responses from the generate-insights API.

As of today, only the insights toggled on will show when making a generate-insights query, assuming insightSubtype isn't used as a parameter.

By enabling or disabling specific insights, you can tailor results to align with your strategy.

1. Default Behavior: Retrieve Top 20 Insights

By default, when no insightSubtype is specified, the generate-insights API will return up to 20 insights ranked by relevance, but only from the types you have enabled in Insight Control.

2. Retrieve Insights by Subtype

If an insightSubtype is explicitly specified in your request (e.g., "podcast" or "financial"), the API will attempt to retrieve and return those insights even if the subtype is disabled in your settings.

Autobound's generate-insights API now offers enhanced precision with a new insightSubtype parameter, allowing users to request specific insight types for their contacts.

This new feature streamlines data retrieval by focusing on the exact insights users need, such as "Hiring SDRs" or "Negative quarterly revenue growth." Without specifying a subtype, the API will continue to return a ranked list of the 20 most relevant insights for the contact.

This update provides greater control and flexibility, enabling users to tailor their data requests for more targeted and effective sales outreach. Developers can easily implement this new parameter using a simple string input, and comprehensive error handling ensures smooth integration.

For a complete list of valid subtypes, refer to this Google Sheet.

Finally... a changelog!

by Daniel Wiener

Welcome to the developer hub and documentation for Autobound API! You can find info on recent API and schema improvements here.