Skip to content
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(calendly): Add users syncs/actions #57

Merged
merged 13 commits into from
Oct 17, 2024
Merged

Conversation

arealesramirez
Copy link
Contributor

@arealesramirez arealesramirez commented Oct 17, 2024

Describe your changes

Add the following endpoints to the Calendly integration

Syncs

  • Users

Actions

  • create-user
  • delete-user

Note: I wasn't able to run successful tests for create-user and delete-user actions due to lack of permissions.

Screenshot 2024-10-17 at 11 54 33 AM

Issue ticket number and link

N/A

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

@arealesramirez arealesramirez marked this pull request as ready for review October 17, 2024 17:00
@khaliqgant khaliqgant enabled auto-merge (squash) October 17, 2024 18:33
@khaliqgant khaliqgant merged commit 614f8ff into main Oct 17, 2024
5 checks passed
@khaliqgant khaliqgant deleted the calendly-integration branch October 17, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants