PHPackages                             textyess/module-integration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. textyess/module-integration

ActiveMagento2-module[API Development](/categories/api)

textyess/module-integration
===========================

Magento 2 - TextYess webhook integration for TextYess SaaS

1.0.3(7mo ago)02OSL-3.0PHPPHP &gt;=7.4 &lt;8.3

Since Sep 24Pushed 7mo agoCompare

[ Source](https://github.com/khehtisham/magento2-textyess-integration)[ Packagist](https://packagist.org/packages/textyess/module-integration)[ RSS](/packages/textyess-module-integration/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

TextYess Integration (Magento 2)
================================

[](#textyess-integration-magento-2)

**Module:** `TextYess_Integration`
**Version:** 1.0.0

Overview
--------

[](#overview)

This Magento 2 module integrates with [TextYess](https://textyess.com) to send **real-time webhooks** for key order events:

- **Order Created** → `order.created`
- **Order Shipment / Tracking Added** → `order.tracking`

### Webhook Request Headers

[](#webhook-request-headers)

Each webhook includes:

- `x-magento-hmac-sha256`: Base64-encoded HMAC-SHA256 signature of the payload
- `x-magento-topic`: Event topic name (`order.created` or `order.tracking`)
- `x-textyess-user`: Your TextYess User ID

Payloads are sent as JSON (`Content-Type: application/json`).

---

Requirements
------------

[](#requirements)

- **Magento:** 2.4.x (tested)
- **PHP:** `>=7.4
