/
Where can I call api.sendEmail?
Where can I call api.sendEmail?
Answer
api.sendEmail()
can be called only from logic executions, which allow Object Modifications (such as Calculation Flow or Calculated Field Set, etc) or from a Logic started by formulamanager.execute
backend call e.g., from outside via Rest API. See details on page: https://pricefx.atlassian.net/wiki/spaces/KB/pages/4293198120 .
Found an issue in documentation? Write to us.