Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node sends a notification to a specified user within the Worktables (Monday.com) platform. It is useful for alerting users about updates or important information related to specific items or projects. For example, you can notify a user about a new project assignment or a comment on a post.

Use Case Examples

  1. Send a notification to a user about a new project they are assigned to.
  2. Notify a user about a comment on a post they are following.

Properties

Name Meaning
User ID The ID of the user to send the notification to.
Target ID The ID of the target item (e.g., item ID) related to the notification.
Target Type The type of the target, either 'Project' or 'Post'.
Message The notification text to send to the user.

Output

JSON

  • id - The ID of the created notification.
  • text - The text content of the created notification.

Dependencies

  • An API key credential for Worktables (Monday.com) API authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to send notifications.
  • Verify that the User ID and Target ID are valid and correspond to existing entities in the Worktables system.
  • Check that the Target Type is correctly set to either 'Project' or 'Post'.
  • If the node returns an error, review the error message for details and ensure all required parameters are provided.

Discussion