v1.15
 November 18th, 2022 
Introducing Deel Webhooks. You can now subscribe to events taking place in Deel.
The complete list of changes in this version is:
Create a webhook
Create a webhook subscription to receive events from Deel. Link.
The following events are supported at the moment:
  <th>
    Description
  </th>
</tr>
  <td>
    Triggered when a contract is created.
  </td>
</tr>
<tr>
  <td>
    contract.status.updated
  </td>
  <td>
    Triggered when a contract status is updated.
  </td>
</tr>
<tr>
  <td>
    contract.archived
  </td>
  <td>
    Triggered when a contract is archived.
  </td>
</tr>
<tr>
  <td>
    contract.terminated
  </td>
  <td>
    Triggered when a contract is terminated.
  </td>
</tr>
| Event | 
|---|
| contract.created | 
Other webhook operations
In addition to creating new webhooks you can also:
- Retrieve a list of webhooks.
- Retrieve a single webhook.
- Edit a webhook.
- Delete a webhook.
Alternate email
We have added an alternate email field to the worker object in the contract response. You will now be able to see all the alternate email addresses a contract has.