accelo_create_address
Create a new address for a company or contact in Accelo CRM, including street, city, state, country, and postal details.
Instructions
Create a new address.
Args: against_type: Object type (required) — 'company' or 'contact' against_id: Object ID (required) title: Name for the address, e.g. "Head Office" street1: First line of street address street2: Second line of street address city: City name state: State/province name (use if state_id unknown) state_id: State ID (preferred over state name) country: Country name (use if country_id unknown) country_id: Country ID (preferred over country name) zipcode: Postcode/zipcode postal: "yes" or "no" — is this a postal address? physical: "yes" or "no" — is this a physical address? fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| state | No | ||
| title | No | ||
| fields | No | ||
| postal | No | ||
| country | No | ||
| street1 | No | ||
| street2 | No | ||
| zipcode | No | ||
| physical | No | ||
| state_id | No | ||
| against_id | Yes | ||
| country_id | No | ||
| against_type | Yes |