Webhooks
Webhooks allow you to receive real-time notifications when events occur in your TextFlow account.
What are Webhooks?
Section titled “What are Webhooks?”Webhooks are HTTP callbacks that TextFlow sends to your server when specific events occur, such as:
- Message delivered - When an SMS is successfully delivered to the recipient
- Message failed - When an SMS fails to deliver
- Inbound message - When you receive a reply from a contact
- Opt-out received - When a contact opts out by replying STOP
Planned Features
Section titled “Planned Features”When webhooks become available, you’ll be able to:
- Configure webhook endpoints in your TextFlow dashboard
- Receive real-time event notifications as JSON payloads
- Verify webhook signatures for security
- Filter which events trigger webhooks
- View webhook delivery logs and retry failed deliveries
Stay Updated
Section titled “Stay Updated”To be notified when webhooks are available:
- Check the changelog for updates
- Contact support at /support to express interest
- Subscribe to product updates in your account settings
Alternatives
Section titled “Alternatives”Until webhooks are available, you can:
- Poll the API - Periodically check message status via the API
- Use the dashboard - Monitor delivery receipts in real-time
- Check message logs - View detailed message history and status