1 min readRecRam
Webhooks Are Here: Seamlessly Automate Your Workflows

We are excited to announce one of our most requested developer features: Webhooks. You can now seamlessly connect Recram to your favorite automation platforms like n8n, Zapier, Make, or your own custom backend systems. Push real-time data out of Recram exactly when things happen, eliminating the need for manual exports or constant API polling.
Key Features & Functionalities:
- Custom Endpoint Configuration: Easily set up real-time notifications by providing your target URL. Recram will automatically deliver payloads via HTTP POST whenever your specified events occur.
- Granular Event Triggers: You have complete control over what data gets sent. Subscribe only to the specific events that matter to your workflow:
- Enterprise-Grade Security (HMAC Verification): Data integrity is critical. Upon creating a webhook, Recram automatically generates a unique Signing Secret. You can use this secret to verify the HMAC signature of incoming requests on your server, ensuring the payload is authentically from Recram and preventing spoofing.
- Comprehensive Monitoring Dashboard: Manage all your integrations from a dedicated control center. The new Webhooks overview panel tracks your Total, Active, Deliveries, and Failing webhooks, making it easy to monitor health and debug connection issues.