Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Voice for Dynamics exposes a JavaScript API which can be called by any custom or out-of-the-box JS plugin to carry out certain tasks.

All functions within the API are asynchronous and the proper way to call is to use await statement or properly handle the Promise object returned.

...