Post office JavaScript extensions

Use the Mail Application Programming Interface (API) to customize mail content, format, and notification recipients.

With this API, we can make notification requests and extend construction of notification messages. The Mail API contains the Mail Client API, which makes notification requests, and the Mail Provider API, which implements notification requests.

The Mail API also contains a post office function that prevents workflow participants from receiving multiple email notifications that have similar content. Similar email messages are stored, combined into a single email notification, and forwarded to a user.

Parent topic: Post office configuration