Redirect v2 Scheduling Pages
Nylas offers a Scheduler endpoint to redirect your v2 Scheduling Pages to v3.
🔍 This endpoint is only available for Scheduling Pages that were created in Nylas v2. If you started using Scheduler in Nylas v3, no need to worry about this.
Redirect v2 Scheduling Pages to v3
Make a GET /v3/scheduling/should-redirect/<V2_SCHEDULER_SLUG>
request to redirect your v2 Scheduling Page to v3. Nylas returns the v3 URL for your slug.
curl --request GET \
--url "https://api.us.nylas.com/v3/scheduling/should-redirect/<V2_SCHEDULER_SLUG>" \
--header 'Accept: application/json, application/gzip' \
--header 'Authorization: Bearer <NYLAS_API_KEY>' \
--header 'Content-Type: application/json'
{
"request_id": "5fa64c92-e840-4357-86b9-2aa364d35b88",
"data": {
"url": "/scheduler/<NYLAS_APPLICATION_ID>/<V3_SCHEDULER_SLUG>"
}
}
⚠️ Nylas strongly recommends you don't delete your v2 Configurations, even if your redirect is working properly.