This action will send information of durational activity to Welltory.
- API endpoint slug
- welltory.send_activity
- Filter code method
- Welltory.sendActivity.skip(string?: reason)
- Runtime method
- runAction("welltory.send_activity", {})
Action fields
- Label
- What service are you tracking from?
- Helper text
- Choose Other if nothing matches
- Slug
- data_source
- Required
- true
- Can have default value
- true
- Filter code method
- Welltory.sendActivity.setDataSource(string: dataSource)
- Label
- What type of data?
- Helper text
- Choose Other if nothing matches.
- Slug
- data_type
- Required
- true
- Can have default value
- true
- Filter code method
- Welltory.sendActivity.setDataType(string: dataType)
- Label
- When should we start tracking it?
- Helper text
- Add an ingredient containing {at}, {starts}, or similar
- Slug
- begin
- Required
- true
- Can have default value
- true
- Filter code method
- Welltory.sendActivity.setBegin(string: begin)
- Label
- When should we stop tracking it?
- Helper text
- Add an ingredient containing {ends}, {at}, or similar
- Slug
- end
- Required
- true
- Can have default value
- true
- Filter code method
- Welltory.sendActivity.setEnd(string: end)
- Label
- Briefly describe your applet (optional)
- Helper text
- It will help understand what your applet does if you chose Other service or data type
- Slug
- comment
- Required
- false
- Can have default value
- true
- Filter code method
- Welltory.sendActivity.setComment(string: comment)