Hi There!
I used this API to associate a covnersation to a ticket:
/crm/v4/objects/:objectType/:objectId/associations/:toObjectType/:toObjectId
objectType: ticket
objectId: <ticket id>
toObjectType: conversation
toObjectId: <conversation id>
When I make this request, the association is successfull, and when I go the ticket to see the result I notice a conversation is associated, BUT I only can see the number of conversations like this:
Conversations(1)
And when I click on it, there isn’t any record there to be able to click on it! why this happens? what is happening wrong.
I am inlcuding an image to make it more clear!
