Create a project webhook
project-webhooks
Create a project webhook
Create a webhook; returns the signing secret once.
Create a project webhook
Path Parameters
Body
application/json
Request body for creating a project webhook.
HTTPS destination URL.
Events that should trigger delivery.
Minimum array length:
1Supported webhook events (namespaced by resource family).
Add new members as more resources gain webhook fire points. Validation lives in the API layer; the DB does not hard-code the allowed set.
Available options:
pipeline.completed, pipeline.failed, pipeline.canceled, simple_pipeline.completed, simple_pipeline.failed, simple_pipeline.canceled, cell_specification.created, cell_specification.updated, cell_specification.deleted, cell_instance.created, cell_instance.updated, cell_instance.deleted, cell_measurement.created, cell_measurement.updated, cell_measurement.deleted Whether the webhook is active.
Response
Successful Response
Create response that includes the signing secret once.
HMAC signing secret; shown only in the create response.