1. [Download Script: Fetch and Aggregate Sent Emails] Run `mkdir -p ./session/cache && curl -fsSL "https://sk.ills.app/code/email.profile.fetch_and_aggregate" > "./session/cache/email.profile.fetch_and_aggregate.js"\` 2. [Gather Arguments: Fetch and Aggregate Sent Emails] The next step has the following requirements for arguments: - timeRange (default: "30d") - Time range to analyze: 30d, 90d, 1y, or all - maxResults (default: "500") - Maximum number of messages to fetch 3. [Run Code: Fetch and Aggregate Sent Emails]: Call `run_script` with: ```json { "file": { "path": "./session/cache/email.profile.fetch_and_aggregate.js", "args": [ "", "" ] }, "packages": null } ```