← Tools Reference

Nylas

Nylas integration (Communication, Productivity). Imported from open-connector.

API key4 toolshttps://api.us.nylas.com/v3
GET
nylas_list_grants
List grants in the Nylas application with optional filters.

/grants

10 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of grants to return.
offsetintegeroptionalThe result offset for Nylas offset pagination.
emailstringoptionalFilter grants by email address.
providerstringoptionalFilter grants by provider name.
grantStatusstringoptionalFilter grants by grant status.
workspaceIdstringoptionalFilter grants by Nylas workspace ID.
sinceintegeroptionalReturn grants created at or after this Unix timestamp.
beforeintegeroptionalReturn grants created at or before this Unix timestamp.
orderBystringoptionalThe sort order accepted by Nylas.
sortBystringoptionalThe field Nylas should use to sort grants.
GET
nylas_get_grant
Get one Nylas grant by ID.

/grants/{grantId}

2 parameters
ParamTypeRequiredDescription
grantIdstringrequiredThe Nylas grant ID to access. Nylas also accepts the grant email address for gr…
exposeAliasesbooleanoptionalWhether Nylas should include Google or Microsoft email aliases.
GET
nylas_list_calendars
List calendars for a Nylas grant.

/grants/{grantId}/calendars

4 parameters
ParamTypeRequiredDescription
grantIdstringrequiredThe Nylas grant ID to access. Nylas also accepts the grant email address for gr…
limitintegeroptionalThe maximum number of calendars to return.
pageTokenstringoptionalThe cursor token for the page to return.
selectstringoptionalA comma-separated list of calendar fields for Nylas to return.
GET
nylas_list_events
List calendar events for a Nylas grant and calendar.

/grants/{grantId}/events

14 parameters
ParamTypeRequiredDescription
grantIdstringrequiredThe Nylas grant ID to access. Nylas also accepts the grant email address for gr…
calendarIdstringrequiredThe Nylas calendar ID to filter events by. Use primary to query the user's prim…
limitintegeroptionalThe maximum number of events to return.
pageTokenstringoptionalThe cursor token for the page to return.
startintegeroptionalFilter events that start at or after this Unix timestamp.
endintegeroptionalFilter events that end at or before this Unix timestamp.
titlestringoptionalFilter events by title text.
descriptionstringoptionalFilter events by description text.
locationstringoptionalFilter events by location text.
showCancelledbooleanoptionalWhether Nylas should include cancelled events.
tentativeAsBusybooleanoptionalWhether Nylas should treat tentative Microsoft events as busy.
updatedAfterintegeroptionalFilter events updated after this Unix timestamp.
updatedBeforeintegeroptionalFilter events updated before this Unix timestamp.
selectstringoptionalA comma-separated list of event fields for Nylas to return.