Address fields

Address fields are structured slightly differently as they are an object with child fields:

${candidate.address.city}

Here you can see that we identify the address object first and then the appropriate field beneath it. Standard address fields are:

Standard address fields:

${candidate.address.address1}

${candidate.address.address2}

${candidate.address.city}

${candidate.address.state}

${candidate.address.zip}

${candidate.address.countryName}

Other objects within Bullhorn function in a similar way. Education history, work history and custom objects, for example.

Last updated

Was this helpful?