Skip to main content

Frappe Cloud Webhooks

Frappe Cloud Webhooks allow you to receive real-time event notifications from your Frappe Cloud resources. These events are delivered directly to your backend service, making it easy to automate workflows and integrate external applications.

How Webhooks Work

Whenever a supported event occurs in your Frappe Cloud account, a webhook sends an HTTP request to your configured endpoint with the event details.

This enables you to:

  • Automate business workflows.
  • Build custom SaaS integrations.
  • Trigger actions in external applications.
  • Integrate with the Frappe Cloud API for event-driven automation.

Webhook Configuration

Webhook endpoints are managed at the team level.

Each team can configure up to 5 webhook endpoints, allowing different services or applications to receive event notifications.

Webhook Reliability

Frappe Cloud continuously monitors webhook delivery success.

If webhook requests begin failing consistently, the platform automatically disables the webhook to prevent repeated delivery failures.

Automatic Webhook Disable

If more than 70% of webhook delivery attempts fail within a one-hour period, the webhook endpoint is automatically disabled and the team is notified.

After resolving the issue with your endpoint, you can re-enable the webhook from the Frappe Cloud dashboard.

Key Points

  • Webhook configurations are specific to each team.
  • Each team can configure a maximum of 5 webhook endpoints.
  • Webhook endpoints are automatically disabled if the failure rate exceeds 70% within the previous hour.
  • Disabled webhooks can be re-enabled once the endpoint becomes available again.
Rating: 0 / 5 (0 votes)