question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to associate contact with ticket on the latest version of the client

See original GitHub issue

On 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:closed
  • Created 10 months ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

3reactions
ksvirkou-hubspotcommented, Dec 1, 2022

We are working on it

1reaction
arunpugahzcommented, Dec 5, 2022

Yep, it worked. 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found