new(basic.gblib): Video in WPP templates.
This commit is contained in:
parent
14b833a580
commit
72a0950fdb
1 changed files with 10 additions and 8 deletions
|
@ -684,6 +684,8 @@ export class GBConversationalService {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
data['components'][0]['parameters'][0][mediaType] = {link: urlMedia};
|
||||||
|
|
||||||
|
|
||||||
await this.sendToMobile(min, mobile, data, null);
|
await this.sendToMobile(min, mobile, data, null);
|
||||||
GBLogEx.info(min, `Sending answer file to mobile: ${mobile}. Header: ${urlMedia}`);
|
GBLogEx.info(min, `Sending answer file to mobile: ${mobile}. Header: ${urlMedia}`);
|
||||||
|
|
Loading…
Add table
Reference in a new issue