greenflash-onboard-events

Track business events and link AI conversations to outcomes in Greenflash SDK integrations.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/greenflash-ai/agent-skills --skill greenflash-onboard-events
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greenflash-onboard-events
Source: https://github.com/greenflash-ai/agent-skills/tree/main/skills/greenflash-onboard-events
Command: npx skills add https://github.com/greenflash-ai/agent-skills --skill greenflash-onboard-events

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track business events and link AI conversations to real outcomes within an existing Greenflash SDK integration, enabling outcome attribution across conversations.

Core Features & Use Cases

  • Extend an existing Greenflash integration to emit structured events for conversions, upgrades, churn, and other business milestones.
  • Attach events to conversations via optional fields like conversation_id, with fields such as event_type, product_id, value, value_type, and properties to provide context.
  • Use idempotent or fire-and-forget event delivery, with sampling support where appropriate.

Quick Start

Enable event tracking in your Greenflash integration and start attributing business outcomes to conversations.

Frequently Asked Questions about greenflash-onboard-events

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track business events and link AI conversations to real outcomes?

Track business events and link AI conversations to real outcomes by emitting structured events for conversions, upgrades, and churn using an existing Greenflash SDK integration. This enables outcome attribution across your customer interactions and workflows.

What fields are required to log business events for conversation analytics?

Logging business events for conversation analytics requires core event fields: event_type, product_id, conversation_id, value, value_type, and properties. These fields provide the necessary context to attribute real-world business milestones to specific AI conversations.

Can I use fire-and-forget event delivery without disrupting existing message logging?

Yes, you can use fire-and-forget event delivery without disrupting existing message logging. The event tracking operates independently, supporting idempotent delivery and sampling to ensure your existing conversation logging remains unaffected.

Does event tracking for conversation outcomes work with Python and TypeScript projects?

Yes, conversation outcome event tracking works with both Python and TypeScript projects. You can extend your existing Greenflash SDK integration in either language to start attributing business outcomes to conversations.

What is the best way to attribute conversions and churn to specific AI conversations?

The best way to attribute conversions and churn to specific AI conversations is by attaching business events via the optional conversation_id field. This links measurable business milestones directly to the corresponding customer interaction within your Greenflash integration.

Do I need an existing Greenflash SDK integration to start tracking business outcomes?

Yes, you need an existing Greenflash SDK integration to start tracking business outcomes. This event tracking extends your current setup by adding structured event emission for business milestones rather than functioning as a standalone analytics tool.