Applies to: All plans
Adhesion Connect fires a webhook event whenever an expense is created or updated in Jobber. Below is the full list of fields included in the payload for both events.
title (Type: string | Description: The title of the expense.)
description (Type: string | Description: The description of the expense.)
total (Type: decimal | Description: The total cost of the expense.)
date (Type: date (ISO8601) | Description: The date and time the expense was incurred.)
The user who entered the expense.
entered_by.name (Type: string | Description: The name of the user.)
entered_by.first_name (Type: string | Description: The first name of the user.)
entered_by.last_name (Type: string | Description: The last name of the user.)
entered_by.email (Type: string | Description: The email address of the user.)
The user who paid the expense.
paid_by.name (Type: string | Description: The name of the user.)
paid_by.first_name (Type: string | Description: The first name of the user.)
paid_by.last_name (Type: string | Description: The last name of the user.)
paid_by.email (Type: string | Description: The email address of the user.)
The user receiving the reimbursed expense amount.
reimbursable_to.name (Type: string | Description: The name of the user.)
reimbursable_to.first_name (Type: string | Description: The first name of the user.)
reimbursable_to.last_name (Type: string | Description: The last name of the user.)
reimbursable_to.email (Type: string | Description: The email address of the user.)
The job associated with the expense.
related_job.job_number (Type: integer | Description: The number of the job.)
related_job.client.id (Type: string | Description: The unique identifier for the client associated with the job.)
related_job.client.name (Type: string | Description: The primary name of the client associated with the job.)
created_at (Type: date (ISO8601) | Description: The date and time the expense was created.)
updated_at (Type: date (ISO8601) | Description: The date and time the expense was last updated.)
event_type (Type: string | Description: The Jobber event that fired (Expense Created or Expense Updated).)
Email us at support@adhesionconnect.com or submit a ticket.