Skip to content

Commit

Permalink
fix(outlook): version bump (#76)
Browse files Browse the repository at this point in the history
## Describe your changes
BUmp version, remove sender as required.

## 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
  • Loading branch information
khaliqgant authored Oct 28, 2024
1 parent 9034419 commit 12c0218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5436,7 +5436,7 @@ integrations:
output: OutlookEmail
sync_type: incremental
endpoint: GET /emails
version: 1.0.0
version: 1.0.1
actions:
fetch-attachment:
input: DocumentInput
Expand Down
2 changes: 1 addition & 1 deletion integrations/outlook/nango.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ integrations:
output: OutlookEmail
sync_type: incremental
endpoint: GET /emails
version: 1.0.0
version: 1.0.1
actions:
fetch-attachment:
input: DocumentInput
Expand Down

0 comments on commit 12c0218

Please sign in to comment.