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

# Create Approval Link

> Generate approval and disapproval URLs without pausing the workflow.

The **Create Approval Link** node generates approval and disapproval URLs without pausing workflow execution. Use it when you want to include approval links in a notification, email, or message and let the workflow continue running while waiting for the user to act externally.

## Configuration

This node requires no configuration. It automatically generates the approval and disapproval URLs when executed.

## Output Variables

| Variable          | Description                                         |
| ----------------- | --------------------------------------------------- |
| `approvalLink`    | The URL a user can click to approve the request.    |
| `disapprovalLink` | The URL a user can click to disapprove the request. |

## Results

The **Results** tab shows the generated URLs after the node executes.

<Note>
  Unlike [Wait for Approval](/tools/nodes/flow/wait-for-approval), this node does not pause the workflow. Use the generated URLs in a downstream node (e.g. an email or message) to send them to the approver.
</Note>
