Platform Updates - May 17, 2026
π Dark Mode for the Dashboard
The developer dashboard now supports a full dark mode. Pick Light, Dark, or System from the user menu.
πΊοΈ More control over custom field mapping
You can now edit automatic mapping rules, scope them to specific connectors, and set explicit matching criteria like key vs. label and case sensitivity. The result is finer-grained control over how data lands in your custom fields.
πSelf-serve Static IPs
Enable Static IPs for new integrations directly from the dashboard. No support ticket needed when an upstream system requires IP allowlisting. [Read the guide]
π£ API change: setup errors now return 409
From May 19, 2026, integration setup errors like INTEGRATION.SETUP_INCOMPLETE will return HTTP 409 Conflict instead of 503 Service Unavailable. The error.code in the response body is unchanged, so any logic that branches on it will keep working. If you branch on HTTP status, update that logic before the cutover. [Updated error handling docs]
π What else we've shipped
- Webhook deliveries now time out after 10 minutes, giving your endpoints more room for long-running work.