Create my Checklist Item
Use the createMyChecklistItem
to create a user's goal or an indicator in which a user can register or track daily habits. i.e water intake 11.5 cups.
Available Arguments
Argument Name | Is required? | Type | Description |
| Yes | String | Title of the checklist item |
| Yes | [String] | Description of the checklist item |
| No | String | Predefined tag to be added. Separate them by a comma if more than one needs to be added. |
Available Fields
The following fields will be displayed in the response:
Field | Type | Description |
| string | True if the checlistitem has been created successfully. Otherwise, False |
| string | Description of the result |
| myChecklistItem | A structured version of the checklist item. |
Example
Last updated