Find entity hook actions matching a request
POST/entity_hook/action/find
Returns the entity hook actions that apply to a given NRN, action, dimensions, and an optional request_body.
Use this endpoint to discover, before mutating an entity, which hooks should fire and how to dispatch them (their when/type differ).
For each matching hook, the API runs a dry-run notification against the notifications service with context.request_body set to the supplied payload. Hooks whose dry-run finds no channel willing to deliver (channels with no filters match, or no subscribed channel at all) are excluded from the response. Hooks where at least one channel would deliver are included.
Response shape is the same as GET /entity_hook/action.
Request
Responses
- 200
- 4XX
- 5XX
The list of entity hook actions that apply to the given context.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.