- The webhook is activated when the project is Validated
- Either as an autovalidation of the platforms that are open
- Or when there is an admin that do it if there is a manual verification
- Site administrator can configure one or several end point
- The payload will sent with POST and looks like (compatible with github/gitlab):
{
"created_at": date,
"updated_at": date,
"event_name": "project_create",
"name": Project real name,
"owner_email": Administrator email,
"owner_name": Administrator name,
"path": Project short name,
"path_with_namespace": Project short name,
"project_id": Project id,
"project_visibility": visibility (string),
}