Invoke Secondary Workflows
Learn how to invoke workflows from other workflows
return {
"lam.asyncExecute": [
{
"lam.workflowId": 39, // customer-communication workflow id
"lam.payload": { /* payload data */ }
}
]
}Last updated
Was this helpful?