Nylas integration (Communication, Productivity). Imported from open-connector.
https://api.us.nylas.com/v3/grants
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of grants to return. |
| offset | integer | optional | The result offset for Nylas offset pagination. |
| string | optional | Filter grants by email address. | |
| provider | string | optional | Filter grants by provider name. |
| grantStatus | string | optional | Filter grants by grant status. |
| workspaceId | string | optional | Filter grants by Nylas workspace ID. |
| since | integer | optional | Return grants created at or after this Unix timestamp. |
| before | integer | optional | Return grants created at or before this Unix timestamp. |
| orderBy | string | optional | The sort order accepted by Nylas. |
| sortBy | string | optional | The field Nylas should use to sort grants. |
/grants/{grantId}
| Param | Type | Required | Description |
|---|---|---|---|
| grantId | string | required | The Nylas grant ID to access. Nylas also accepts the grant email address for gr… |
| exposeAliases | boolean | optional | Whether Nylas should include Google or Microsoft email aliases. |
/grants/{grantId}/calendars
| Param | Type | Required | Description |
|---|---|---|---|
| grantId | string | required | The Nylas grant ID to access. Nylas also accepts the grant email address for gr… |
| limit | integer | optional | The maximum number of calendars to return. |
| pageToken | string | optional | The cursor token for the page to return. |
| select | string | optional | A comma-separated list of calendar fields for Nylas to return. |
/grants/{grantId}/events
| Param | Type | Required | Description |
|---|---|---|---|
| grantId | string | required | The Nylas grant ID to access. Nylas also accepts the grant email address for gr… |
| calendarId | string | required | The Nylas calendar ID to filter events by. Use primary to query the user's prim… |
| limit | integer | optional | The maximum number of events to return. |
| pageToken | string | optional | The cursor token for the page to return. |
| start | integer | optional | Filter events that start at or after this Unix timestamp. |
| end | integer | optional | Filter events that end at or before this Unix timestamp. |
| title | string | optional | Filter events by title text. |
| description | string | optional | Filter events by description text. |
| location | string | optional | Filter events by location text. |
| showCancelled | boolean | optional | Whether Nylas should include cancelled events. |
| tentativeAsBusy | boolean | optional | Whether Nylas should treat tentative Microsoft events as busy. |
| updatedAfter | integer | optional | Filter events updated after this Unix timestamp. |
| updatedBefore | integer | optional | Filter events updated before this Unix timestamp. |
| select | string | optional | A comma-separated list of event fields for Nylas to return. |