【问题标题】:Integromat app {{connection.param}} not workingIntegromat 应用程序 {{connection.param}} 不工作
【发布时间】:2021-08-13 11:49:18
【问题描述】:

我正在尝试在 Integromat 中设置自己的应用程序

我的应用需要的是一个 URL(以及后来的承载令牌),由想要使用我的应用的用户手动输入。

我有 Apps Base:

{
    "baseUrl": "{{connection.url}}",
    "log": {
        "sanitize": ["request.headers.authorization"]
    }
}

一个连接:

参数:

[
    {
        "name": "url",
        "label": "url",
        "type": "text",
        "required": true,
        "value":"https://my-server"
    }
]

和场景:

{
    "url": "/api/endpoint",
    "method": "GET",
    "qs": {},
    "headers": "{{connection.headers}}",
    "response": {
        "output": "{{body}}"
    }
}

当我执行时,我的应用程序中的场景。该 URL 似乎没有从连接参数中配置的 URL 正确接管。

有人可以帮忙吗?

【问题讨论】:

  • 嗨,这应该可以完美运行,我刚刚在我的自定义应用程序上尝试过。您能否检查是否有多个连接可能导致此问题?如果您仍然遇到此问题,我可以帮助您查看此问题。
  • @Runcorn 您好,问题已解决,请参见答案。

标签: integromat integromat-apps


【解决方案1】:

一切都是正确的。我不得不删除旧的连接并创建一个新的。

【讨论】:

    猜你喜欢
    • 2021-01-05
    • 1970-01-01
    • 1970-01-01
    • 2011-11-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-06-29
    相关资源
    最近更新 更多