Custom Endpoint
Send Brewfather batch JSON exports to your own custom HTTPS endpoint for automation.
Last updated
Was this helpful?
Send Brewfather batch JSON exports to your own custom HTTPS endpoint for automation.
Custom Endpoint lets you send a Brewfather Batch JSON export directly to your own URL.
Open Settings → Power-ups.
Enable Custom Endpoint.
Enter your endpoint URL in Https URL to receive Batch JSON Export POST.
(Optional) Enable Send method DELETE before POST.
Use an HTTPS endpoint URL.
The endpoint should support CORS (Cross-Origin Resource Sharing).
Brewfather sends JSON containing full batch and recipe data.
This is useful for custom automation (for example, an IFTTT webhook).
After enabling Custom Endpoint, Brewfather adds send options in the batch view:
Header button: Send JSON
Export action sheet: Send Batch JSON
Brewfather sends the payload to your configured URL with Content-Type: application/json.
If Send method DELETE before POST is enabled, Brewfather will call DELETE first, then POST.
Custom Endpoint is Premium-gated in the current app flow.
If no endpoint URL is set, Brewfather skips sending.
Success/failure is shown in-app with toast messages.
Last updated
Was this helpful?
Was this helpful?