-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(aircall): add user operations #77
Conversation
flows.yaml
Outdated
endpoint: POST /users | ||
input: CreateUser | ||
delete-user: | ||
description: Delete a user in Aircall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I like it but feels more consistent with the rest
description: Delete a user in Aircall | |
description: Deletes a user in Aircall |
}); | ||
} | ||
|
||
const aInput = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aInput? 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha, a
short for Aircall
## Describe your changes Add in aircall-basic auth type. Required NangoHQ/integration-templates#77 ## Issue ticket number and link NAN-1963 ## Checklist before requesting a review (skip if just adding/editing APIs & templates) - [ ] I added tests, otherwise the reason is: - [ ] I added observability, otherwise the reason is: - [ ] I added analytics, otherwise the reason is:
Describe your changes
Add user operations for aircall-basic. Depends on NangoHQ/nango#2907
Issue ticket number and link
Checklist before requesting a review (skip if just adding/editing APIs & templates)
retries
nango.paginate
call is used instead of awhile (true)
loopnango.yaml
hasauto_start: false
full
sync thentrack_deletes: true
is set