data (new_vacancy)
| Name | Type | Description |
|---|---|---|
| user | user | Object representing the user who performed the action |
| vacancy | vacancy | Object representing the job listing |
| message | string | '{firstname} {lastname} has added a new job listing {vacancy.title}' |
| user_id | string | Encoded user identifier |
| vacancy_id | string | Encoded job listing identifier |
| company | company | Object representing the company (only id and name fields are returned) |