external.dify
Node ID: external.dify
Category: platform
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
inputs (required) | object | Input data to send to Dify app |
conversationId | string | Conversation ID for multi-turn conversations |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
outputText | string | Response text from Dify |
conversationId | string | Conversation ID for continuation |
messageId | string | Message ID |
rawResponse | object | Raw response (size-limited) |
warnings | array | Warnings from adapter |