function onAttachmentCreated(handler: function): void;
handler(event: AttachmentCreatedEnvelope): void | Promise<void>
import { attachments } from "@wix/crm"; attachments.onAttachmentCreated((event) => { // handle your event here });