PipedreamHQ / PipedreamHQ/pipedream
[Components] smartymeet
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# smartymeet
## URLs
- https://docs.smartymeet.com/category/smartymeet-versioned-api
## Webhook Sources
### new-candidate-analysis-ready-instant
#### Prompt
Emit new event every time a new candidate's analysis report becomes available. Required props: candidate ID. Optional props: report type.
#### URLs
- https://docs.smartymeet.com/category/smartymeet-versioned-api
- https://docs.smartymeet.com/smartymeet_versioned/smartymeet-api
## Actions
### create-job
#### Prompt
Generates a new job in the SmartyMeet system. Required props include job_title and job_description. Optional props could include job_locaton and job_salary.
#### URLs
- https://docs.smartymeet.com/smartymeet_versioned/smartymeet-api
- https://docs.smartymeet.com/smartymeet_versioned/jobs
### get-job-candidate-analysis
#### Prompt
Retrieves the analysis for a job candidate within SmartyMeet. The only required prop for this action is candidate_id. Optionally, analysis_type could be included to get specific types of analyses.
#### URLs
- https://docs.smartymeet.com/category/smartymeet-versioned-api
- https://docs.smartymeet.com/smartymeet_versioned/smartymeet-api
### create-candidate
#### Prompt
Creates a new candidate profile in SmartyMeet. Information for the candidate is provided through the props. Required props are the candidate_name and candidate_contacts. Additional optional props could provide candidate_links and candidate_resume.
#### URLs
- https://docs.smartymeet.com/category/smartymeet-versioned-api
- https://docs.smartymeet.com/smartymeet_versioned/smartymeet-api
Contributor guide
Assessment
This issue has not been assessed yet.