AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
WelltoryWelltory

Send event

This action will send info about events you can track in whole numbers to Welltory.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will send info about events you can track in whole numbers to Welltory.
API endpoint slug
welltory.send_event
Filter code method
Welltory.sendEvent.skip(string?: reason)
Runtime method
runAction("welltory.send_event", {})

Action fields

Data source Dropdown list

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.sendEvent.setDataSource(string: dataSource)

Data type Dropdown list

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.sendEvent.setDataType(string: dataType)

Datetime Text input > ISO 8601 date and time

Label
When is the data sent?
Helper text
Add an ingredient of time which usually ends with -At}
Slug
datetime
Required
true
Can have default value
true
Filter code method
Welltory.sendEvent.setDatetime(string: datetime)

Value Text input > Other

Label
How many entries per event?
Helper text
Enter 1 for one entry every time an event occurs
Slug
value
Required
true
Can have default value
true
Filter code method
Welltory.sendEvent.setValue(string: value)

Comment Text input > Short text

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.sendEvent.setComment(string: comment)