Available Webhooks
## Available Webhooks
| Event | Description |
|:----------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `new_activity` | A new activity is created on an applicant/candidate or contact/manager. |
| `edit_activity` | Existing activity is edited on an applicant/candidate or contact/manager. |
| `delete_activity` | Activity is deleted from an applicant/candidate or contact/manager. |
| `new_submittal_activity` | A new submittal activity is created for an applicant/candidate and job/requirement combination. **Only fires when the owner of this webhook is the user creating the activity** |
| `edit_submittal_activity` | Existing submittal activity is edited for an applicant/candidate and job/requirement combination. **Only fires when the owner of this webhook is the user editing the activity** |
| `new_company_submittal_activity` | A new submittal activity is created for an applicant/candidate and job/requirement combination. **Fires for any user in the company** |
| `edit_company_submittal_activity` | Existing submittal activity is edited for an applicant/candidate and job/requirement combination. **Fires for any user in the company** |
| `delete_submittal_activity` | Submittal activity is deleted. |
| `new_note` | A new note is created on an applicant/candidate or contact/manager. |
| `new_contact` | A new contact/manager is created. |
| `new_requirement` | A new job/requirement is created. |
| `edit_requirement` | An existing job/requirement is edited. |
| `delete_requirement` | An existing job/requirement is deleted. |
| `new_applicant` | A new applicant/candidate is created. |
| `edit_applicant` | An existing applicant/candidate is edited. |
| `approve_timesheet` | A timesheet is approved. |
| `new_placement` | A new placement is created for an applicant/candidate and job/requirement combination. |
| `update_placement` | An existing placement is edited for an applicant/candidate and job/requirement combination. |
Built with