mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 04:40:32 -05:00
507266fbbf
- Document CSV import, bulk actions, Idempotency-Key, and token rate limits in REST_API and scopes. - Clarify session vs token CSV import in import/export README; mobile offline idempotency note. - Add docs/integrations/LINEAR.md; refresh CODE_BASED_ANALYSIS_REPORT (v5.3.0, 14 connectors). - env.example: API_TOKEN_RATE_LIMIT_*; setup.py version; CD release workflow tweak; Zapier webhook sample.
12 lines
547 B
JSON
12 lines
547 B
JSON
{
|
|
"product_scope": "TimeTracker (time tracking / billing). Energy stacks (e.g. Smappee, Modbus) are not in this repository.",
|
|
"description": "Example JSON body for a Zapier Catch Hook (or custom webhook) when TimeTracker emits time_entry.created.",
|
|
"event": "time_entry.created",
|
|
"payload_shape": {
|
|
"entry_id": 12345,
|
|
"user_id": 1,
|
|
"project_id": 42
|
|
},
|
|
"notes": "Configure an outbound webhook in TimeTracker for event type time_entry.created; Zapier's Webhooks by Zapier trigger can receive the same JSON your app sends."
|
|
}
|