Additional Context
Enhance content generation by providing additional context through the additionalContext
parameter. This dynamic field can include any relevant information you want the AI to consider.
Examples
Meeting Notes
{
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email",
"additionalContext": "Met Henry for coffee last week - discussed challenges with SDR ramp time and personalization at scale. He mentioned Q2 goals around improving response rates."
}
Email History
{
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email",
"additionalContext": "Here is a previous email exchange:..." // paste email here
}
Intent Signals
{
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email",
"additionalContext": "Prospect showing intent for 'sales automation' and 'email personalization' topics. Visited pricing page 3 times this week."
}
Instructions Taken from End User
{
"contactEmail": "[email protected]",
"userEmail": "[email protected]",
"contentType": "email",
"additionalContext": "Focus on competitive differentiation vs HubSpot. Emphasize our integration with ZoomInfo's existing tech stack. Avoid mentioning pricing."
}
The additionalContext
parameter is highly flexible and can include any information that would help generate more relevant, personalized content.
The AI will incorporate this context while maintaining natural language flow and professional tone.
Updated about 1 month ago