Send Spreaker weekly performance summary to Telegram
This trigger fires once a week with your plays and downloads for the previous seven days.
Developer info
- API endpoint slug
- spreaker.weekly_performance_summary
Trigger fields
Day of week Dropdown list
- Label
- Which day?
- Helper text
- We'll send the summary on this day, covering the seven days before it.
- Slug
- day_of_week
- Required
- true
- Can have default value
- true
Ingredients
Total plays Numeric value as a string. GET /v2/users/USER-ID/statistics/plays returns one bucket per day when group=day; the trigger sums the seven buckets in the window.
- Slug
- total_plays
- Filter code
- Spreaker.weeklyPerformanceSummary.TotalPlays
- Type
- String
- Example
- 1240
Total downloads Numeric value as a string. Same series, downloads_count column.
- Slug
- total_downloads
- Filter code
- Spreaker.weeklyPerformanceSummary.TotalDownloads
- Type
- String
- Example
- 890
On demand plays Numeric value as a string. Same series, plays_ondemand_count column.
- Slug
- on_demand_plays
- Filter code
- Spreaker.weeklyPerformanceSummary.OnDemandPlays
- Type
- String
- Example
- 1180
Live plays Numeric value as a string. Same series, plays_live_count column.
- Slug
- live_plays
- Filter code
- Spreaker.weeklyPerformanceSummary.LivePlays
- Type
- String
- Example
- 60
Period start Echoes the window the figures cover, so downstream copy can say which week it is reporting on.
- Slug
- period_start
- Filter code
- Spreaker.weeklyPerformanceSummary.PeriodStart
- Type
- Date (ISO8601)
- Example
- 2020-07-07
Period end Echoes the window the figures cover.
- Slug
- period_end
- Filter code
- Spreaker.weeklyPerformanceSummary.PeriodEnd
- Type
- Date (ISO8601)
- Example
- 2020-07-07
