Fetch Polls Data

Hi,

Is there anyway to push polls to any POST URL?

I don’t think that feature exist yet, but events are fired when polls are created/answered along with all the relevant data, so it is possible to write a custom prosody module that hooks onto those events and make an async POST call to send that data to your custom endpoint.

1 Like