SENDS NOTIFICATION TO A USER

Sends an in-platform notification message to a specified d3VIEW user, optionally attaching one or more files. Use this worker in any workflow step where a user or team member must be alerted about a job status, result, or custom event.

When to use

Tagged: alert, attachment, email, message, notification, notify, user.

Inputs

Label ID Type Default Required Description
User Name user_id remote_lookup d3VIEW API Requests 001 Platform user who will receive the notification; select from the remote user lookup (primary key: remote_lookup_users); defaults to ‘d3VIEW API Requests 001’ but should be set to the intended recipient.
Subject subject scalar Subject line of the notification message; prepended automatically with ‘<sender> says’ at runtime; required and must not be blank.
Message message textarea Body text of the notification; supports multi-line plain text; required.
Files files file   Optional file attachment(s) to include with the notification; accepts a single file or a comma-separated list of previously uploaded or attached file names; leave empty if no attachments are needed.

Outputs

Label ID Type Description
Confirmation sent text Confirmation string (‘yes’ / ‘no’) indicating whether the notification was successfully delivered to the target user.

Disciplines

  • platform.notification

Auto-generated from platform schema. Worker id: user_notify. Schema hash: cffd6d3a5856. Hand-curated docs in workerexamples/ override this page when present.