rsnc_agent_process_event
Record a qualifying action (purchase, signup, review, referral) to earn cashback for a user. Returns the reward amount credited. Requires authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User email address. | |
| brandId | Yes | The brand identifier. Use rsnc_agent_list_brands to discover brands by category. | |
| metadata | No | Optional metadata to attach to the event. | |
| eventType | Yes | The type of event to track (e.g. "purchase", "review", "referral"). |