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
## Webhook Sources
### new-candidate-analysis-ready-instant
#### Prompt
Emit new event when the analysis of a given candidate is ready. The required props are 'candidate_id' that specifies the unique identifier for each individual participant.
## Actions
### create-job
#### Prompt
Creates a job within the SmartyMeet system. Required props: job title, job description, job type (full-time, part-time, etc.), location. Optional props: salary range, benefits.
### get-job-candidate-analysis
#### Prompt
Fetches the analysis of candidates for a specified job from SmartyMeet. This allows you to review the skills, experience, preferences, etc. of each applicant. Required props: job ID.
### create-candidate
#### Prompt
Adds a new candidate to the SmartyMeet system for a particular job. Required props: candidate name, job ID, candidate's skills, candidate's experience, candidate's education. Optional props: candidate's contact details, candidate's preferences.
Contributor guide
Assessment
This issue has not been assessed yet.