form_stats
Get total form submissions over a specified date range or lookback period. Returns count of forms submitted to your CallRail account.
Instructions
Server-side form-submission totals via /forms/summary.json.
Args:
days: Lookback (default 30). Ignored if start_date given.
start_date / end_date: 'YYYY-MM-DD'. Explicit dates win.
company_id: Filter to one company.
account_id: Auto-resolves if omitted.
Returns:
JSON string with start_date, end_date, time_zone, and
total_results (e.g. {"total_forms": N}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| end_date | No | ||
| account_id | No | ||
| company_id | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |