S
Sales & Marketing
Merged in a post:
Assign User to Contact through API
J
James Campbell
I would like to be able to assign a user to a contact through the API. The built-in assignment in the workflow is just a round robin, but in a workflow we could more easily fine-tune user assignment based on other criteria.
P
Paul Bardwell
I just figured out that you can use assignedTo when updating a Contact and it works to assign the Contact to a specific user. You just have to use the user ID. (i.e. {"assignTo":"replace.with.user.id"})
Q
Quentin Goin
Paul Bardwell, I'm getting the message "property assignTo should not exist" when I include assignTo when updating a single contact. I'm using this PUT:
EDIT: I figured this out for API v2. Field needed to be named "assignedTo" instead of the above with a userId.
A
Anthony Skinner
Doesn't this already exist even on the old api? On the old api, you just needed to update an opportunity instead of the contact.