Connect với webhook bằng postman

Connect với webhook

  1. Truy cập giao diện Postman: https://www.postman.com
  • Chọn Workspace

Create VPC

  1. Tại workspace tạo một tab làm việc mới

Create VPC

  1. Quay lại giao diện API Gateway
  • Copy Invoke URL: https://vdmj0zewl4.execute-api.us-east-1.amazonaws.com

Create VPC

  1. Chọn Body
  • Điền địa chỉ https://api.telegram.org/bot<token-botTele>/setWebhook. <token-botTele> là link token tạo bot Telegram ban đầu
  • Tại Key điền: url
  • Tại Value điền: https://vdmj0zewl4.execute-api.us-east-1.amazonaws.com/<Lambda-function-name> vừa lấy ở bước 3 (Invoke URL)

Create VPC

  1. Nhấn Send
  • Response trả về như trong ảnh là ok

Create VPC

{
    "ok": true,
    "result": true,
    "description": "Webhook was set"
}