Philip Young
URL Scheme is one way to navigate Session directly from URL. Use cases:
URL Scheme is Pro feature and only availble from version 2.1 and above.
Programatically start Session.
Parameters:
intent
(optional): Your Session intention.duration
(optional): Duration in minutes. If not provided, it defaults to your default app durationcategoryId
(optional): Match the first category id. Fall back to default project if not found.categoryName
(optional): Match the first category with identical name. Case insensitive. Fall back to default project if not found.notes
(optional) (v2.7.12): Initial notes for the Sessionsession:///start?intent=Example%20Session&duration=30¬es=Example%20Notes
Try URL above by clicking this link
Start previous session with your last intent.
session:///start-previous
Try URL above by clicking this link
Toggle pause. Only works while Session is running.
session:///pause
Try URL above by clicking this link
Start a break / take a break while in Session
session:///break
Try URL above by clicking this link
Finish Session. Only works while Session is running.
session:///finish
Try URL above by clicking this link
Abandon session / stop rest / stop working.
session:///abandon
Try URL above by clicking this link