Manually trigger a hook.
For schedule-type hooks a job is enqueued (existing behaviour). For event and manual hooks the actions are executed inline and an execution record is written. The hook does not need to be enabled.
curl --request POST \
--url https://api.example.com/api/v1/hooks/{hook_id}/trigger{}Successful Response
The response is of type Response Trigger Hook Api V1 Hooks Hook Id Trigger Post · object.
curl --request POST \
--url https://api.example.com/api/v1/hooks/{hook_id}/trigger{}