Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I want to output in a different format!!
Use script token in campaign flows, webhooks, etc. Now, we can use script token in mail ONLY.If it happens, there's more we can do.
I think your only choice now will be to use another webhook to fetch some unique string into a lead field, then pass that {{lead.token}} to the LINE API. Marketo doesn’t have anything like a {{system.randomvalue}} token built in. Yes, thank you for letting me know.I'm going to try some things........
Thank you for your answer. I tried to add ts={{system.datetime}} to the query string, but LINE API Server returned code 400. Error:{"message":"The request body has 1 error(s)","details":[{"message":"Must be a valid HTTPS URL","property":"messages[0].baseUrl"}]} I think that the space is not allowed...
お世話になります。 現在、弊社では、MarketoEngageからLINEAPIを呼び出し、LINEメッセージを配信しています。配信しているLINEメッセージはイメージマップで、それに使用する商品の画像は外部サービスを通して出力しています。 外部サービス(レコメンドエンジン)を呼び出すURLは毎回リード毎に同一のもので、呼び出したその時点の最適な商品をレスポンスしてくれます。例:https://hogefugajp-recommend/?xxx=yyy&aaa=bbb&ccc={{lead.userSeq}}&…… 「フロー」→「データ値の変更」を使用し、上記のようなリード毎のURLをカスタム...