ArchitectureA supervised JVM-class runtime — OLTP on seven engines, OLAP on three. AI-native, MCP-native, observable as plain SQL.Read the architecture
Está viendo la edición Perú. Está viendo la edición Colombia. You're viewing the Pakistan edition. Cambiar a la edición global →Cambiar a la edición global →Switch to the global edition →

Standard library adds mailbox search, antivirus scanning and rich templates

Server-side scripts gain Microsoft Graph delegated-mailbox search, a ClamAV antivirus client, and WhatsApp template support for header media, buttons and carousel cards, all through the platform's cloud namespace.

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.

See the feature →

← All posts