如何使用分支 API 创建动态链接
我想使用 braze 中的分支链接 api 创建带有 user_id 的动态链接。 正在创建链接,但它落入应用程序,而不是我想要的后备网址。这有什么问题吗?
{% connected_content https://api.branch.io/v1/url
:method post
:headers {"Content-type": "application/json"}
:body branch_key=(mykey)&$fallback_url=(web link) &$web_only=true&channel=crm&campaign={{${user_id}}}
:content_type application/json
:save payload %}{{payload.url}}
I want to create a dynamic link with user_id using branch link api in braze.
The link is being created, but it's falling to the app, not the fallback url I want. What's wrong with that?
{% connected_content https://api.branch.io/v1/url
:method post
:headers {"Content-type": "application/json"}
:body branch_key=(mykey)&$fallback_url=(web link) &$web_only=true&channel=crm&campaign={{${user_id}}}
:content_type application/json
:save payload %}{{payload.url}}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论