The OAuth provider name. This is the name of the third-party data provider, e.g. "strava".
The dHealth Address of the account that belongs to the activity owner.
The activity's headers. Importantly, Strava does not share full activity details here.
The created document that was added to activities
.
Generated using TypeDoc
This method handles incoming events from third-party data providers, in this case Strava.
After a successful execution of processing an incoming event, this method will fire an internal event with the identifier:
oauth.activity.created
. This event can be caught to use the fulfilled (completed) activity details in other places.public
{Error} Given invalid event payload, incompatible event payload or given any other error occurs while processing.
OnActivityCreated Given a successful activity creation (processing success).