Webhook Notifications
Send shipping event notifications to your own endpoint so you can react to them in your systems.
Note: Webhook notifications require a Pro or Enterprise plan.
1. Go to Notifications
Click the Settings gear icon in the top right, then click Notifications in the left menu.
2. Enter Your Webhook URL
In the Webhook section, enter the HTTPS URL where Shipink should send events, and a secret used to sign each request.
3. Choose Which Events to Send
Pick which stages trigger a webhook, the same way you would for email or SMS (label created, picked up, out for delivery, delivered, and so on).
4. Save
Click "Bildirim tercihlerini güncelle" (Update notification preferences) to apply your settings.
Verifying requests
Each event is delivered as a POST request to your URL. The body is signed with your secret using HMAC-SHA256 — recompute the signature on your side and compare it to reject any request that was not sent by Shipink. Delivery is retried a few times if your endpoint does not respond.
How is this guide?