[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-17 UTC."],[[["\u003cp\u003eThis API endpoint, \u003ccode\u003etriggers.webhook\u003c/code\u003e, is activated upon receiving a webhook request directed at a specific trigger within a project.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method is \u003ccode\u003ePOST\u003c/code\u003e, and it uses gRPC Transcoding for defining the URL structure: \u003ccode\u003ehttps://cloudbuild.googleapis.com/v1/projects/{projectId}/triggers/{trigger}:webhook\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003ePath parameters include \u003ccode\u003eprojectId\u003c/code\u003e, specifying the project, and \u003ccode\u003etrigger\u003c/code\u003e, indicating the trigger's name, while query parameters, like \u003ccode\u003ename\u003c/code\u003e and \u003ccode\u003esecret\u003c/code\u003e, are also used.\u003c/p\u003e\n"],["\u003cp\u003eThe request body is an instance of \u003ccode\u003eHttpBody\u003c/code\u003e, and a successful response results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this endpoint may require an IAM permission such as \u003ccode\u003ecloudbuild.builds.create\u003c/code\u003e or an OAuth secret token.\u003c/p\u003e\n"]]],[],null,["# Method: projects.triggers.webhook\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Try it!](#try-it)\n\ntriggers.webhook \\[Experimental\\] is called when the API receives a webhook request targeted at a specific trigger.\n\n### HTTP request\n\n`POST https://cloudbuild.googleapis.com/v1/projects/{projectId}/triggers/{trigger}:webhook`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [HttpBody](/build/docs/api/reference/rest/Shared.Types/HttpBody).\n\n### Response body\n\nIf successful, the response body is empty."]]