-
Notifications
You must be signed in to change notification settings - Fork 484
feat(integrations): add support for Recruitee #3750
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
base: master
Are you sure you want to change the base?
feat(integrations): add support for Recruitee #3750
Conversation
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.
Thanks @albertocubeddu for your contribution, small comments inline but everything else looks great 🎸 , nice catch on adding the proxy.verification
method.
Just curious is the api key scoped?
- ats | ||
auth_mode: API_KEY | ||
proxy: | ||
base_url: https://api.recruitee.com/c/${connectionConfig.company_id} |
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.
would be good to have company_id
as camelCase.
method: GET | ||
endpoints: | ||
- /candidates | ||
docs: https://docs.recruitee.com |
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.
The docs page should link to the internal Nango documentation. Could you also include the Connect-UI documentation? You can follow this example: here. Would also be nice to include the pattern
, example
and docs_section
for both credentials
and connection_config
@albertocubeddu , after adding a new image, you will need to rebuild your webapp. |
This PR is stale because it has been open for 30 days with no activity. |
Even replacing the SVG with an existing integration i was not able to see the image:

The integration seems to work, what is the best way to test it out from localhost? (e.g. calling the proxy?)
Thanks in advance.