The Execution function is invoked at the endpoint of an action. By default, the endpoint of an action comes after all the param values are prompted and filled with proper values. Alternatively, the endpoint can also be triggered from the context handler function (“todo” : “execute”). Once the execution function is invoked, the action is completed and any further conversation from the user will be considered as a new action.
Item |
Formatting option |
Syntax |
1. |
Bold |
*text* |
2. |
Italic |
_text_ |
3. |
Underline |
__text__ |
4. |
Strikethrough |
~text~ |
5. |
Link |
[label](URL_link) |
6. |
Highlight |
`text` |
7. |
Heading |
|
8. |
Bullet list |
* first_item \n * second_item \n * third_item |
9. |
Numbered list |
1. first_item \n 1. second_item \n 1. third_item |
10. |
Image |
![alternate_text](image_URL) |
11. |
Blockquote |
!text |
12. |
Table | | header1 | header2 | header3 | \n |------------|------------|------------| \n | value1 | value2 | value3 | \n | value1 | value2 | value3 | |
No. |
Element |
Description |
1. |
Note |
{
“type” : “note”,
“content” : “Text content that needs to be displayed as a note.”
}
|
2. |
Title |
{
“type” : “title”, “content” : “Text content that needs to be displayed as a title” } |
3. |
List - Bullet & Numbered |
{ |
4. |
Table |
{
“type" : "table",
“heading" : "Table Heading",
“columns” :
[
"column1 header",
"column2 header",
"column3 header"
],
“rows” :
[
[
“value a1",
"value a2",
"value a3"
],
[
"value b1",
"value b2",
"value b3"
]
]
}
|
5. |
Image |
{
“type" : "image", “content" : "image_url" } |
6. |
File |
{
“type" : "file", “name” : "file_name", “format" : "pdf", //file extension “content" : "file_url" } |
7. |
Contact card |
{
“type" : "vcard",
“info” :
{
“image" : "image_url",
“fields" :
[
{
"First Name” : “Smith”
},
{
”Last Name” : “Gibbs”
},
{
“Company" : “ABC Corp”
},
{
}
]
}
} |
8. |
Link |
{
“type" : "label", “content" : "URL_link" } |
9. |
Button |
{
"type" : "button", "label" : "button_label", "theme" : "button_theme," "id" : "button_id", "onclick" : { "execute" : "function (or) clienthook", "function" : "button_click_function_name", "data" : { } } }
|
Note :
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.