Commit 8e53b9e
authored
feat(actions): Notion actions (#430)
## Describe your changes
## Issue ticket number and link
## Checklist before requesting a review (skip if just adding/editing
APIs & templates)
- [ ] I added tests, otherwise the reason is:
- [ ] External API requests have `retries`
- [ ] Pagination is used where appropriate
- [ ] The built in `nango.paginate` call is used instead of a `while
(true)` loop
- [ ] Third party requests are NOT parallelized (this can cause issues
with rate limits)
- [ ] If a sync requires metadata the `nango.yaml` has `auto_start:
false`
- [ ] If the sync is a `full` sync then `track_deletes: true` is set
- [ ] I followed the best practices and guidelines from the [Writing
Integration
Scripts](/NangoHQ/integration-templates/blob/main/guides/WRITING_SCRIPTS.md)
doc1 parent 68a4c11 commit 8e53b9e
File tree
138 files changed
+17600
-202
lines changed- integrations
- .nango
- notion
- .nango
- actions
- mocks
- append-block-children
- append-bulleted-list
- append-callout-block
- append-code-block
- append-divider
- append-heading-block
- append-todo-block
- archive-page
- create-comment
- create-database
- create-page
- delete-block
- duplicate-page
- get-bot-user
- list-comments
- list-users
- nango
- delete/proxy/v1/blocks/2dfce298-3121-810b-b604-c73931a16023/delete-block
- get/proxy/v1
- blocks
- 2b6ce298-3121-8087-914a-d4fe743f6d69/retrieve-block
- 2b6ce298-3121-80ae-bfe1-f8984b993639/children/retrieve-block-children
- comments/list-comments
- databases/2b6ce298-3121-8079-a497-d3eca16d875c/retrieve-database
- pages/2b6ce298-3121-80ae-bfe1-f8984b993639
- properties/title/retrieve-page-property
- retrieve-page
- users
- d42542a8-a81c-4386-aa95-313aa4e818b3/retrieve-user
- list-users
- me/get-bot-user
- patch/proxy/v1
- blocks
- 2b6ce298-3121-80ae-bfe1-f8984b993639/children
- append-block-children
- append-bulleted-list
- append-callout-block
- append-code-block
- append-divider
- append-heading-block
- append-todo-block
- 2dfce298-3121-81d5-b416-de7aadfd9f71/update-block
- databases/2b6ce298-3121-8079-a497-d3eca16d875c/update-database
- pages
- 2b6ce298-3121-80ae-bfe1-f8984b993639/update-page
- 2dfce298-3121-8140-9388-e99422f36cd1
- archive-page
- restore-page
- post/proxy/v1
- comments/create-comment
- databases
- 2b6ce298-3121-8079-a497-d3eca16d875c/query
- query-database-filtered
- query-database-sorted
- query-database
- create-database
- pages
- create-database-row
- create-page
- duplicate-page
- search
- search-databases
- search-pages
- search
- query-database-filtered
- query-database-sorted
- query-database
- restore-page
- retrieve-block-children
- retrieve-block
- retrieve-database
- retrieve-page-property
- retrieve-page
- retrieve-user
- search-databases
- search-pages
- search
- update-block
- update-database
- update-page
- internal
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
138 files changed
+17600
-202
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
527 | 536 | | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
528 | 541 | | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
529 | 561 | | |
530 | 562 | | |
531 | 563 | | |
| |||
0 commit comments