How can I programatically retrieve all parts of a conversation? | Community
Skip to main content
Answered

How can I programatically retrieve all parts of a conversation?

  • May 27, 2021
  • 2 replies
  • 76 views

The conversation end Webhook only returns the very last message in a conversation in the conversation parts object. 

 

Should it show all parts of a conversation or am I supposed use a separate API call to retrieve all parts of a conversation?

Best answer by Eric Fitz

Hey @danielle m11​, to which webhook topic in particular are you referring? Do you mean conversation.admin.closed?

 

You can make a call to our API to retrieve an individual conversation, here's the endpoint you'll need to call.

2 replies

Eric Fitz
Employee
Forum|alt.badge.img+5
  • Employee
  • 1630 replies
  • Answer
  • May 28, 2021

Hey @danielle m11​, to which webhook topic in particular are you referring? Do you mean conversation.admin.closed?

 

You can make a call to our API to retrieve an individual conversation, here's the endpoint you'll need to call.


  • Author
  • New Participant
  • 4 replies
  • May 28, 2021

Yes, I am referring to the conversation.admin.closed Webhook, I expected that it would send all of the conversation parts but I can use the API, thanks!