Portfolio Monitoring
Webhook Events

PortfolioGroup.created

Emitted when a portfolio group was created.

postWebhookPortfolioGroup.created

Payload

idstring uuid required

The unique identifier of the portfolio group.

namestring required

The name of the portfolio group.

items_countinteger required

The number of items in this portfolio group.

created_atstring date-time required

When the portfolio group was created.

updated_atstring date-time nullable required

When the portfolio group was last updated.

Response

Successful Response

{"stackTrail":"webhooks:PortfolioGroup.created:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.