> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Task Callback

Once a run task request has been fulfilled by the external integration, the integration must call back into Terraform Cloud with the result. Terraform expects this callback within 10 minutes, or the request will be considered to have errored.

<Note>
  External Documentation

  To learn more, visit the [Terraform Cloud documentation](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/run-tasks/run-tasks-integration#run-task-callback).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                               |
  | -------------------- | ------------------------------------------------------------------------------------------------------------------------- |
  | Access Token         | The access token is present in the request payload from Terraform Cloud. This is not the API key used for the connection. |
  | Callback URL         | The task\_result\_callback\_url specified in the run task request. Typically /task-results/:guid/callback.                |
  | Message              | A short message describing the status of the task.                                                                        |
  | Status               | The current status of the task.                                                                                           |
  | Task Information URL | A URL where users can obtain more information about the task.                                                             |
</div>

## Workflow Library Example

[Run Task Callback with Terraform Cloud and Send Results Via Email](https://library.blinkops.com/workflows/run-task-callback-with-terraform-cloud-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/run-task-callback-with-terraform-cloud-and-send-results-via-email/canvas" />
</div>
