← Back to changelog
Max Deichmann
July 11, 2025
Webhooks for Prompt Changes


Get real-time notifications for new prompt versions, changes to deployment labels or tags, and other edits.
When using Langfuse Prompt Management, you can now receive real-time notifications when prompts are changed:
- Created - A new prompt version is added
- Updated - Labels or tags on an existing prompt version are modified
- Deleted - A prompt version is removed
Common use cases:
- Trigger CI/CD pipelines when production prompts are updated
- Sync prompt changes with external systems or persist them in your repo via a GitHub Action
- Notify team members about prompt modifications
Features
- Filtering: Configure webhooks for specific prompt actions with custom filters
- Security: HMAC SHA‑256 signature verification via
x-langfuse-signature
header - Reliability: High availability with error handling and retry mechanisms
Setup
- Navigate to Webhooks in your Langfuse project
- Click Create Webhook
- Select which prompt version actions should trigger the webhook
- Configure your HTTP endpoint URL and optional headers
- Add any desired filters to narrow the scope
- Save and start receiving real-time notifications
Learn More
Questions or Feedback?
We’d love to hear how you’re using prompt webhooks in your workflows! Share your feedback and use cases in our GitHub Discussions.
Please open a GitHub issue if you encounter any problems or have suggestions for improvements.
Was this page helpful?