[PR #52] [MERGED] feat(webhook): implement session webhook api #83

Closed
opened 2026-02-27 10:24:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mimamch/wa-gateway/pull/52
Author: @mimamch
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @mimamch

Base: masterHead: feat-webhook


📝 Commits (5)

  • 2fd214f feat(webhook): implement message webhook api
  • 0c0fe47 feat(webhook): implement session webhook api
  • d833eb0 fix(deps): update wa-multi-session to version 3.7.3
  • 704a78e feat(message): add simulate typing
  • 3d6d9c1 feat: implement api send sticker

📊 Changes

9 files changed (+162 additions, -12 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 package.json (+3 -2)
📝 pnpm-lock.yaml (+12 -9)
📝 src/controllers/message.ts (+50 -0)
📝 src/env.ts (+1 -0)
📝 src/index.ts (+30 -0)
src/webhooks/index.ts (+12 -0)
src/webhooks/message.ts (+32 -0)
src/webhooks/session.ts (+20 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mimamch/wa-gateway/pull/52 **Author:** [@mimamch](https://github.com/mimamch) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@mimamch](https://github.com/mimamch) **Base:** `master` ← **Head:** `feat-webhook` --- ### 📝 Commits (5) - [`2fd214f`](https://github.com/mimamch/wa-gateway/commit/2fd214fa26b257c248e7821e3160a35152114eb3) feat(webhook): implement message webhook api - [`0c0fe47`](https://github.com/mimamch/wa-gateway/commit/0c0fe4704bf764215696e38b102100bf6088785f) feat(webhook): implement session webhook api - [`d833eb0`](https://github.com/mimamch/wa-gateway/commit/d833eb0d9776a7b1323abbe333f88797a25f768c) fix(deps): update wa-multi-session to version 3.7.3 - [`704a78e`](https://github.com/mimamch/wa-gateway/commit/704a78eb7c908ea8a098df830b38f04b98d8c77a) feat(message): add simulate typing - [`3d6d9c1`](https://github.com/mimamch/wa-gateway/commit/3d6d9c12fe726eb7fd79fd940842d9d2eff4b560) feat: implement api send sticker ### 📊 Changes **9 files changed** (+162 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `package.json` (+3 -2) 📝 `pnpm-lock.yaml` (+12 -9) 📝 `src/controllers/message.ts` (+50 -0) 📝 `src/env.ts` (+1 -0) 📝 `src/index.ts` (+30 -0) ➕ `src/webhooks/index.ts` (+12 -0) ➕ `src/webhooks/message.ts` (+32 -0) ➕ `src/webhooks/session.ts` (+20 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:24:08 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-gateway-mimamch#83
No description provided.