...
Code Block | ||
---|---|---|
| ||
// Display's word hello in browser console.
console.log('hello');
// Show in the console object data from crm
const payload = await api.crmManager.getPayload();
console.log(`This is data from the payload ${payload}`); |
...
...
Code Block | ||
---|---|---|
| ||
// Display's word hello in browser console.
console.log('hello');
// Show in the console object data from crm
const payload = await api.crmManager.getPayload();
console.log(`This is data from the payload ${payload}`); |
...