You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Right now I'm trying to send link unfurling to slack channel from AWS lambda(Node.js 14.x) & API Gateway.
I returned a postMessage (using @slack/bolt) including the unfurling_id that was in the value received from Slack via POST,but it did not work.(I tried to return a postMessage (using @slack/bolt) including the unfurling_id that was in the value I received in the POST from Slack, but it didn't work.
Please let me know if you have any advice or hints.
Thanky you.
Right now I'm trying to send link unfurling to slack channel from AWS lambda(Node.js 14.x) & API Gateway.
I returned a postMessage (using @slack/bolt) including the unfurling_id that was in the value received from Slack via POST,but it did not work.(I tried to return a postMessage (using @slack/bolt) including the unfurling_id that was in the value I received in the POST from Slack, but it didn't work.
Please let me know if you have any advice or hints.
Thanky you.
Value obtained from Slack
Error Code