Get It Done Logo
Get It Done
HTTP 403feature_not_enabled

Feature not enabled on this plan

The operation belongs to a capability the current plan does not include — a PLAN gate, distinct from a used-up allowance.

Likely causes

  • Outbound webhooks were called on a Free workspace (they are Pro+).

How to fix

  • Upgrade the workspace to a plan that includes the capability.
  • Check the operation’s entitlement note on its reference page.

Example response

application/problem+json
{
  "type": "https://nowgetitdone.com/docs/api/problems/feature-not-enabled",
  "title": "Feature not enabled on this plan",
  "status": 403,
  "code": "feature_not_enabled",
  "request_id": "req_a1b2c3d4"
}

The type field resolves to this page: https://nowgetitdone.com/docs/api/problems/feature-not-enabled

Related