Webhook Integration

Shopify SMS Integration

Lightweight webhook-based integration for Shopify stores. Send SMS notifications when orders are placed or updated.

How It Works

1

Host the Webhook

Upload the PHP files to any web server with PHP support.

2

Configure Shopify

Add the webhook URL in Shopify Settings → Notifications → Webhooks.

3

Receive Orders

When orders come in, SMS is sent automatically to customers.

Features

Lightweight & Fast

Simple PHP webhook handler. No database required. Works on any hosting.

Secure Webhooks

Validates Shopify webhook signatures to ensure authenticity.

Customizable Messages

Edit message templates with order data placeholders.

Activity Logging

All webhook events and SMS sends are logged for debugging.

Quick Setup

# 1. Copy config.example.php to config.php
cp config.example.php config.php

# 2. Edit config.php with your settings
APITOSMS_TOKEN = 'your-api-token'
SHOPIFY_WEBHOOK_SECRET = 'your-webhook-secret'

# 3. Upload to your server
# Point Shopify webhook to: https://yourserver.com/webhook.php

In Shopify Admin, go to Settings → Notifications → Webhooks and add your webhook URL for "Order creation" events.

Ready to get started?

Create a free account and start sending SMS in minutes.

Create Free Account