Question: What are the limitations or downsides of using the Nylas Sandbox environment compared to a production application, especially concerning rate limits and account connectivity for testing?
Answer:
The Nylas Sandbox environment is designed for initial testing and development, offering simplicity with pre-configured connectors. However, it has specific limitations compared to a full production application:
- Account Limit: The Sandbox environment is restricted to a maximum of 5 connected accounts (grants). This limit cannot be increased and is intended for development and testing purposes. (Note:Â
-
OAuth Credentials: Sandbox utilizes pre-configured OAuth credentials. This means you do not have access to the underlying
client_secret, which limits full OAuth customization. - Message Tracking (Analytics): Trial/Sandbox environments generally do not include message tracking (analytics) features. If this is required for your testing, contact your Nylas sales representative.
- General Rate Limits: While the Sandbox has specific account and feature limits, all Nylas environments (Sandbox and Production) are subject to general Nylas Rate Limits. It's crucial to be aware of these for any API usage.
Summary:
| Feature | Nylas Sandbox Environment (Trial/Free Tier) | Nylas Production Application (Paid/Pay-as-you-go) |
|---|---|---|
| Connected Accounts | Max 5 | Unlimited |
| OAuth Customization | Limited (Pre-configured) | Full (Access to client_secret) |
| Message Tracking | Not included | Included |
| Rate Limits | Subject to general Nylas rate limits | Subject to general Nylas rate limits |
Â
Updated
Comments
0 comments
Please sign in to leave a comment.