This release extends the platform's standard library with three integrations available to server-side JavaScript and Python. Scripts can search delegated mailboxes through the Microsoft Graph Search API, scan content for malware through a ClamAV client, and send richer WhatsApp template messages that include header media, interactive buttons and carousel cards. Each uses the same credential-resolution chain and permission model as the other cloud integrations.
New integrations
- Delegated mailbox search. The cloud-mail client adds a search method backed by the Microsoft Graph Search API, with filter-builder conveniences for constructing queries against a delegated mailbox.
- Antivirus scanning. A ClamAV client lets a script submit uploaded files or generated content for malware scanning before it is stored or forwarded.
- Richer messaging templates. WhatsApp template messages now carry header media, buttons and carousel cards, so a script can send structured interactive messages rather than plain text.
The mapping and translation integrations also moved into the cloud namespace in the same pass, consolidating the third-party service clients under one consistent location. All three additions are governed by the role model: a script can invoke them only if its role permits, and the underlying credentials are never reachable by a script that lacks the grant.