-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
cats
URLs
Webhook Sources
new-candidate-instant
Prompt
Emit a new event when a new cat, taken as candidate, is created. No props Required. The event type is 'candidate.created'.
URLs
new-contact-instant
Prompt
Emit a new event when a contact related to a cat is created. No props Required. The event type is 'contact.created'.
URLs
new-activity-instant
Prompt
Emit a new event when an activity related to a cat is created. No props Required. The event type is 'activity.created'.
URLs
Actions
create-candidate
Prompt
Create a new candidate in your CATS database. Required porps: "check_duplicate", "first_name" and "last_name". Optional props: "middle_name", "title", "phones", "address", "country_code", "social_media_urls", "website", "best_time_to_call", "current_employer", "date_available", "desired_pay", "is_willing_to_relocate", "key_skills", "notes", "source", "owner_id" and "work_history".
URLs
add-candidate-pipeline
Prompt
Add a specific candidate to a job pipeline in CATS. Requires two props: 'candidate-id' to specify which candidate and 'job-id' to specify which job pipeline. Optional 'rating' prop can be used to set the candidate's rating in the pipeline.
URLs
create-contact
Prompt
Adds a new contact in your CATS platform. Required props: "first_name", "last_name", "owner_id" and "company_id". Optional
props: "title", "emails", "phones", "address", "country_code", "social_media_urls", "is_hot", "notes" and "custom_fields"
URLs
Metadata
Metadata
Assignees
Labels
Type
Projects
Status