Hello, I send messages to line users by using LineBot SDK. How can I know the status of messages that I sent.. Like user seen or something like that..
...
- 0
- 1
- 1302
Hello,
I try to integrate my official account with bot and auto-response message. I want to use auto-response message to a specific keywords (ex. "Hello...
- 0
- 2
- 2648
It is stated in the documentation that « You cannot delete a user ID...
- 0
- 0
- 1183
Hi, I try to create push message to user 1:1 and then i create curl for test it by it stil return 400 bad request
curl -X POST \
-H 'Content-Type:a...
- 1
- 6
- 2560
Messaging API のアプリケーションを作成しているのですが、2020年5月11日0:30現在、iPhoneおよびiPadでのFlex Messageにおけるポストバックイベントがアプリケーションサーバーに届かない状態になっています。 Flex Messageを押せない不具合かと思い、button、t...
- 0
- 1
- 1354
Hello, I can't add webhooks because they get stuck. An error occurred when sending a webhook.
Postman is working.
How to fiexd.
- 0
- 1
- 2633
I have created a bot and webhook..I can add bot, receive message and reply message well.. Lets say our webhook service is down.How can I get incoming messa...
- 1
- 1
- 1250
Messaging API使用する異なるチャンネルを作って、それぞれに異なるwebhook urlを設定できますか? 原理的には、公式アカウント内で複数webhook urlを設定しても、それぞれ異なるチャンネルを使って処理は重ならないはずなので、両方使えるかと思うのですが、複数設定するとコンフリクトして片方...
- 0
- 1
- 2124
How do I add another LINE developer to share editing capabilities with the LINE Channels (Messenger API, LINE Logine, etc) that I've developed?
- 0
- 1
- 1549
キャンペーンへの登録フォームが、こちらで用意しているWebアプリケーション上にあるのですが、そこにLineのuserIdを格納したいのです。
現状の手段としてはLineBot上で「キャンペーンに参加する」を押すと、WebhookでuserIdを取得して、そのままそれをWebアプリのフォームのURLのGet...
- 0
- 2
- 3987
2週間前に送ったターゲット条件「友達期間7日以上」のナローキャスト配信で メッセージ配信されたユーザー群と全く同じのユーザー群に対してメッセージを送る方法はありますか?
以下に自分で考えた方法ですがが記載の通り要件を満たせないパターンを参考程度に記載しておきます。
https...
- 0
- 1
- 757
There is a promble that line@ app show the reply's time up to 7000 per day. I use the google app script and I will log when I call the reply API, There is...
- 0
- 0
- 1668
There is some promble that I found the api reply's time where I saw in the line manager app is not equal to my log. I use google app script to handle the m...
- 0
- 1
- 1150
I have just read at the blog that the API used to create audience for impression-based retargeting and to get user interaction statistics has just been rece...
- 0
- 0
- 1184
https://api.line.me/v2/bot/message/push を利用して、数名~数百名にプッシュ通知を行っておりますが、必ず届かない・必ず届く、という状況ではなく、 数名なら届く、数百名の時は届いたり届かなかったりする、という状況が続いています。
マルチキャストメッセージは使用せず、...
- 0
- 3
- 2452
I use https://api.line.me/v2/bot/message/push
API
It is found that if the user blocks the account, the API response is also {}
- 0
- 1
- 832
I was trying to get group member ids using NodeJS, I've pay for Premium account but still can't access the API, is there other requirements?
Response: ...
- 0
- 2
- 1599
RT.
- 0
- 1
- 1664
Hi,
We've recently come across an issue where not all messages sent to our channel generate webhook events. This happens mostly at random, but more frequ...
- 0
- 2
- 1671
利用環境 フロント: LIFF v2 サーバ: @line/bot-sdk v6.8.2(Node.js)
フロント側でLINEのUserIdを取得し、ajaxでサーバ側APIを叩いてpushMessageを発火させるシンプルな仕組みのアプリケーションなのですが フロント側をLIFF v1からLIF...
node.js を使用しており、JSON.stringify(req.body)
にサロゲートペアの処理をした上で、
const signature = crypto.createHmac('SHA256', channelSecret).update(str).digest('base64');
...
- 0
- 2
- 1643
Hi, Our webhook api is inside firewall, we set a whitelist to allow outside acess. How do we set the line bot ip to allow its webhook POST?
Thanks for ...
- 0
- 1
- 2742
let's say i've Json like this
{
"type": "carousel",
"contents": [
{
"type": "bubble",
"hero": {
...
- 1
- 1
- 2310
Getting groupID information
SolutionHi all,
Apologies that this is such a newbie question.
I've invited my Chat bot to my group-chat. Now, as far as I understand, a GroupID will be gene...
- 1
- 3
- 5087
作成環境 Google Apps Script LINE公式アカウント
端末からの操作は follow→QRからの友達追加、ブロック解除 unfollow→トーク画面でブロック message→トーク画面からメッセージ送信です。
以下、実行内容①と③は動作しますが、unfol...
- 0
- 7
- 3511
How to get the message status like seen or not read yet. For instance, bot sends an important message to user, if user does not see the message, bot has to ...
- 1
- 1
- 1382
As title, my account's free msg count was running out since Jan, And it's Mar. now. When will it recover? Or what should I do?
- 0
- 1
- 656
Dear Sir;
I need some help. I'm going to develop VB.net to generate PDF file from DB and send to user by Line Notify. I can send Text message, Pict...
- 1
- 1
- 4233
Line bot cannot send flex message that contains property "flex", for example
I can send this flex message:
{
"type": "bubble",
"body": {
...
- 0
- 5
- 4332