How we get the tweets reply conversation history,
using webhooks notification.

Webhooks are for Account Activity API only, Overview | Docs | Twitter Developer Platform and that does not have a way to get past events, only live events as they happen.

To get all the replies to a conversation use conversation_id: in v2 Search API: Conversation ID | Docs | Twitter Developer Platform

1 Like