...
Here's an example of using then
to handle getPayload:
Code Block | ||
---|---|---|
| ||
crmManager.getPayload() .then((result) => { console.log(result); }) .catch((error) => { console.log(error); }); |
...
Here's an example of using then
to handle getPayload:
Code Block | ||
---|---|---|
| ||
crmManager.getPayload() .then((result) => { console.log(result); }) .catch((error) => { console.log(error); }); |