Unable to associate contact with ticket on the latest version of the client
See original GitHub issueOn the latest version of the client, I am getting this error when trying to associate a ticket with a contact. Same code is working on the older version.
await this.client.crm.tickets.associationsApi.create(
ticketId,
"contacts",
contactId,
"ticket_to_contact"
);
ApiException [Error]: HTTP-Code: 500
Message: An error occurred.
Body: {"status":"error","message":"internal error","correlationId":"..."}
at AssociationsApiResponseProcessor.<anonymous>
at Generator.next (<anonymous>)
at fulfilled
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 500,
body: {
status: ‘error’,
message: ‘internal error’,
correlationId: ‘…’
}
}
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Unable to associate contact with ticket - HubSpot Community
When creating a ticket via the api, I am able to populate all of the standard fields as well as the custom ticket...
Read more >Error: You can't associate a private contact with an account.
I run into an error when I create a new Contact off of that screen: "Error: You can't associate a private contact with...
Read more >Contacts & Companies - Support : Freshdesk
If you are using Freshdesk on Mint, you will find your contacts under the Contacts tab from the left panel. How can a...
Read more >Technical Support for Microsoft Partners
The best Partner Tech Support KB - Detailed screen shots to create support incidents for ALL products, aka.ms/MPNTechSupport.
Read more >The New Sign-In Experience - Ticketmaster Fan Support
With a secure, unified credential system, you can sign into your Ticketmaster and Account Manager sites using a single sign-in (username/ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We are working on it
Yep, it worked. 👍