API / Functionality required to push Data from Discourse to external resource

We need to pass on the data of TOPICS being created, COMMENTS being given by an user to our internal CRMS panel, for analysing some data and deriving few reports based on that data. Is it possible?

Can you please provide an example for the same?

This might help you with part of the solution:

Right now, the XHR that are getting shown in NETWORK TAB are used for storing the data in DISCOURSE DB.

We wanted to have an EVENT-OBSERVER kind of a thing in which, as soon as TOPIC/REPLY get created on DISCOURSE(this is an EVENT), an OBSERVER will push that TOPIC/REPLY data to 3rd party portal for storing purpose at 3rd party DB end.

Webhooks?

and e.g.:

1 Like

Thank you, it helps!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.