Webhook Event Data: Properties

Webhook Event Data: Properties

Webhook Event Data: Properties

Applies to: All plans


Overview

Adhesion Connect fires a webhook event whenever a property is created or updated in Jobber. Below is the full list of fields included in the payload for both events.


Events

  • Property Created — fires when a new property is added in Jobber
  • Property Updated — fires when an existing property record is modified in Jobber

Payload fields

Property details

id (Type: string | Description: The unique identifier for the property in Jobber.)

jobber_url (Type: string | Description: Direct URL to the property record in Jobber.)

routing_order (Type: string | Description: The routing order of the property.)

is_billing_address (Type: boolean (true/false) | Description: Whether the property is the billing address for the client.)


Address

address.street (Type: string | Description: The complete street component of the address.)

address.street_1 (Type: string | Description: The first line of the address.)

address.street_2 (Type: string | Description: The second line of the address.)

address.city (Type: string | Description: The city.)

address.province_state (Type: string | Description: The province or state.)

address.postal_code (Type: string | Description: The zip or postal code.)

address.country (Type: string | Description: The country.)


Client

The client associated with the property.

client.id (Type: string | Description: The unique identifier for the client in Jobber.)

client.name (Type: string | Description: The name of the client.)


Tax rate

tax_rate.id (Type: string | Description: The unique identifier for the tax rate in Jobber.)

tax_rate.name (Type: string | Description: The name of the tax rate.)

tax_rate.label (Type: string | Description: A combination of the name and tax rate.)

tax_rate.description (Type: string | Description: The internal description of the tax rate.)

tax_rate.tax (Type: decimal | Description: The tax rate percentage.)

tax_rate.default (Type: boolean (true/false) | Description: Whether this is the default tax rate.)

tax_rate.quickbooks_tax_type (Type: string | Description: The type of QuickBooks sync.)


Custom fields

custom_fields (Type: multiple | Description: Your custom fields represented as key:value pairs. Example: {"custom field label 1": "custom field value 1", "custom field label 2": "custom field value 2"})


Event metadata

event_type (Type: string | Description: The Jobber event that fired (Property Created or Property Updated).)


  • Overview of Adhesion Connect's 26 Webhook Events
  • Webhook Event Data: Clients
  • How Webhook Events Work in Adhesion Connect

Need more help?

Email us at support@adhesionconnect.com or submit a ticket.

    • Related Articles

    • Webhook Event Data: Invoices

      Webhook Event Data: Invoices Applies to: All plans Overview Adhesion Connect fires a webhook event whenever an invoice is created or updated in Jobber. Below is the full list of fields included in the payload for both events. Events Invoice Created — ...
    • Overview of Adhesion Connect's 26 Webhook Events

      Overview of Adhesion Connect's 26 Webhook Events Applies to: All plans Overview Adhesion Connect supports webhooks for 26 Jobber events across 11 data types. When any of these events occur in Jobber, Adhesion Connect immediately sends the relevant ...
    • How Webhook Events Work in Adhesion Connect

      How Webhook Events Work in Adhesion Connect Applies to: All plans Overview Webhooks allow Adhesion Connect to instantly notify external tools when something happens in Jobber. This article explains how webhook events work and how to set them up. What ...
    • Webhook Event Data: Payments

      Webhook Event Data: Payments Applies to: All plans Overview Adhesion Connect fires a webhook event whenever a payment is created or updated in Jobber. Below is the full list of fields included in the payload for both events. Events Payment Created — ...
    • Webhook Event Data: Expenses

      Webhook Event Data: Expenses Applies to: All plans Overview 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. Events Expense Created — ...