The time that the integration should be executed. If the time is less or equal to the current time, the integration is executed immediately.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
requestId
string
This is used to de-dup incoming request: if the duplicate request was detected, the response from the previous execution is returned.
Optional. Input parameters used by integration execution.
userGeneratedExecutionId
string
Optional. This is a unique id provided by the method caller. If provided this will be used as the executionId when a new execution info is created. This is a string representation of a UUID. Must have no more than 36 characters and contain only alphanumeric characters and hyphens.
[[["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-08-22 UTC."],[[["\u003cp\u003eThis API call schedules an integration for execution by providing a trigger ID and a scheduled execution time.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003etriggerId\u003c/code\u003e and a \u003ccode\u003escheduleTime\u003c/code\u003e, with \u003ccode\u003escheduleTime\u003c/code\u003e using RFC3339 UTC "Zulu" format, and immediate execution if \u003ccode\u003escheduleTime\u003c/code\u003e is in the past.\u003c/p\u003e\n"],["\u003cp\u003eThe request body can include optional fields like \u003ccode\u003erequestId\u003c/code\u003e, \u003ccode\u003einputParameters\u003c/code\u003e, and \u003ccode\u003euserGeneratedExecutionId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePOST\u003c/code\u003e request URL uses gRPC Transcoding syntax: \u003ccode\u003ehttps://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:schedule\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful calls will return a \u003ccode\u003eScheduleIntegrationsResponse\u003c/code\u003e, and it requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003eintegrations.integrations.invoke\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.integrations.schedule\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nSchedules an integration for execution by passing the trigger id and the scheduled time in the request body.\n\n### HTTP request\n\n`POST https://integrations.googleapis.com/v1/{name=projects/*/locations/*/integrations/*}:schedule`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [ScheduleIntegrationsResponse](/application-integration/docs/reference/rest/v1/ScheduleIntegrationsResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `name` resource:\n\n- `integrations.integrations.invoke`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]