Hi Developers,
TL;DR: Start filtering your Strava API webhook events by `aspect_type` by January 15, 2018.
The Strava API Team will release an upgraded activity-update webhook events system to all apps with a webhook events subscription on January 15, 2018; all existing subscriptions will be converted to the new system on that date. The new system will enable apps to receive webhook events when an activity has been created, deleted, or updated:
Activity title change
Activity type change
Photos added/removed
Activity privacy change, only for apps with a `view_private` access token
Here are examples of new and old payloads:
New payload:
{
"subscription_id": "1",
"owner_id": 321321,
"object_id": 12312312312,
"object_type": "activity",
"aspect_type": "update",
"event_time": 1297286541
“updates”: {“activity_title”: “New activity title”}
}
Old payload:
{
"subscription_id": "1",
"owner_id": 321321,
"object_id": 12312312312,
"object_type": "activity",
"aspect_type": "create",
"event_time": 1297286541
}
If you're interested in beta testing the new webhooks system, please email devel...@strava.com and you will receive some more specific information about this process.
Between now and January 15, 2018, we will use this Google group and our developer website to communicate these webhook events changes. We will also reach out to all application owners in the next week via email.
We hope this change will satisfy your existing needs and give us the chance to extend support for subscriptions.
Best,
Zack
--
You received this message because you are subscribed to the Google Groups "Strava API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to strava-api+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to strava-api+...@googlegroups.com.