accelo_set_profile_value
Set a profile field value on Accelo CRM objects by providing object type, object ID, profile field ID, and the new value.
Instructions
Set a profile field value on an object.
Args: object_type: The object type (e.g. "companies", "issues") object_id: The object's ID profile_field_id: The profile field's ID value: The value to set (type depends on the field: text, integer, date, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| object_id | Yes | ||
| object_type | Yes | ||
| profile_field_id | Yes |