Skip to content

Subitems

Subitems in Monday.com let you break down items into smaller, more detailed pieces — for example, order line items inside an e-commerce order. With HookPanda, you can map list fields in your webhook payload (such as an array of line items) to subitems on your target board.

Mapping Subitems

Enabling Subitems

In your webhook configuration, setting the target column for a payload field automatically triggers the subitems mapping fields.

Define Subitem Paths

For each subitem column, set the path relative to the parent field (the field that contains the list of subitems).

Example

If your payload includes line_items[].title, the path mapped to the subitems column should be line_items and the path for the title column -- defined in the subitems mapping fields -- should be title.

Target Column Type

The supported target column types are the same as those for regular items, you can view the list of supported types here.

Warning

Currently, Subitems can not be updated through webhooks. They can only be created and deleted.