Changelog

v1.15

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:

  1. Retrieve a list of webhooks.
  2. Retrieve a single webhook.
  3. Edit a webhook.
  4. 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.