Applies to: All plans
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.
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.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.)
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.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 (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_type (Type: string | Description: The Jobber event that fired (Property Created or Property Updated).)
Email us at support@adhesionconnect.com or submit a ticket.