hello_aigent_report_event
Report completed subscriber actions to feed analytics. Call after an agent finishes a callable action to send the 'acted' signal, using the feed's publisher or admin token.
Instructions
Report an action outcome for a subscription — the "acted" signal that powers the analytics funnel. Call this after a subscriber's agent completes one of your callable actions. Uses the feed's publisher token (or the admin token).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed | Yes | Feed id | |
| update_id | No | The update the action came from, if known | |
| action_name | Yes | The action that completed, e.g. "claim_offer" | |
| subscription_id | Yes | The subscription that acted |