← Back to list

salla-integration
by hmmansami
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: salla_integration description: Manage and test Salla e-commerce webhooks and API integrations.
Salla Integration Skill
This skill handles the connection between RIBH and the Salla platform.
🔗 Key Endpoints
- Webhook Listener:
/webhooks/salla - Events:
cart.abandoned,order.created,app.installed.
🚀 Execution Instructions
1. Simulate a Webhook
Use this to test the recovery flow without a real store:
# Example curl command (requires local server running)
curl -X POST http://localhost:3000/webhooks/salla \
-H "Content-Type: application/json" \
-d '{"event":"cart.abandoned", "data": {"customer": {"email": "test@example.com", "mobile": "966500000000"}, "cart": {"total": 500}}}'
2. Verify API Keys
Ensure SALLA_ACCESS_TOKEN is set in .env or Firebase config.
3. Salla Portal Text
When updating the app listing:
- Brief: تطبيق استرداد العربات المتروكة عبر الواتساب والرسائل النصية.
- Description: نظام ذكي يستخدم الذكاء الاصطناعي لاسترداد المبيعات الضائعة تلقائياً.
📁 Resources
PROJECT_CONTEXT.md: Overview of the integration.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon