Enforce and Suppress
Control which insights are used in content generation by enforcing or suppressing specific insight types.
The full list of insights for this parameter can be found here.
Enforce Insights
Use enabledInsights to specify which insight types must be included in the generated content.
{
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email",
"enabledInsights": [
"financialPerformanceSignificantChangeInSalesExpensesFromLastYear",
"companyMarketTrends"
]
}Suppress Insights
Use disabledInsights to specify which insight types must be included in the generated content.
{
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email",
"disabledInsights": [
"prospectSchoolMascot"
]
}Contact [email protected] to get started.
Updated 12 days ago
Did this page help you?

