Commit ae83d18
fix(byok): render new email-verify providers + raise hosted rate limits
- Add zerobounce/neverbounce/millionverifier to the Enrichment
PROVIDER_SECTIONS so they render in the workspace BYOK settings UI
(they were in PROVIDERS + the API allowlist but no section listed them).
- Raise ZeroBounce and MillionVerifier hosted per-workspace rate limits
from 60 to 1200 req/min, sized against documented upstream ceilings
(ZeroBounce 80k/10s; MillionVerifier 160/sec). NeverBounce stays at 60
pending its account-configured throttle.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent dcd4687 commit ae83d18
3 files changed
Lines changed: 17 additions & 3 deletions
File tree
- apps/sim
- app/workspace/[workspaceId]/settings/components/byok
- tools
- millionverifier
- zerobounce
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
286 | 296 | | |
287 | 297 | | |
288 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
0 commit comments