When activating scheduler pages on V3 after you have completed the migration (documentation here), you can use the Schedule API endpoint provided below to programmatically convert your V2 scheduler pages instead of manually loading them in a browser.
Prerequisites
-
Your V2 accounts must be successfully migrated to V3 grants.
-
The V3 grants must be valid.
-
The associated V2 Connected Accounts must be in a healthy state.
How to active the V3 Scheduler Page after migration is complete
View the new V3 scheduler page on the browser OR Make a GET request to the following endpoint:
https://api.us.nylas.com/v3/scheduling/ui-settings?client_id={v3_client_id}&slug={v2_slug}
Replace:
-
{v3_client_id}
with your V3 application client ID. -
{v2_slug}
with the V2 scheduler page slug you want to migrate.
Important Notes
-
This endpoint allows you to activate scheduler pages programmatically without requiring browser access.
-
You can use this endpoint to automate the activation of multiple scheduler pages.
-
Ensure your V2 accounts are properly migrated to V3 grants before attempting scheduler page migration.
Related Documentation:
Updated
Comments
0 comments
Please sign in to leave a comment.