Overview
Start Smart Guide template on parent module
Summary
This request will start Smart Guide template on parent module
Request Arguments
| Name |
Type |
Description |
Required |
|
module
|
String
|
Parent module of Smart Guide Template
|
True
|
|
record
|
Object
|
Object containing id of the parent module
|
True
|
|
template_id
|
Object
|
Templated Id
|
True
|
Request Example
{
"module": "DRI_Workflows",
"record": {
"id": "e00ce644-2ce5-11ed-8ea1-0242ac120006",
},
"template_id": {
"template_id": "1f1a0ae4-18a8-11ed-bc6c-b2805c40fe0c",
}
}
Response
The response will be an object containing the following fields:
| Name |
Type |
Description |
|
N/A
|
SugarBean
|
Journey bean
|
Response Example
{
[
"id" => "e00ce644-2ce5-11ed-8ea1-0242ac120006",
"name" => "Test",
"state" => "in_progress",
"progress" => 0.41,
]
}