Hello,
I'm trying to develop my first Phanto APP using the wizard. The integration is like a ticketing system and I want to implement an ingest action (on_poll). When I select this action and try to submit the App I get the following error:
What am I missing?
Thank yo very much.
Jose
@jpferrero the `on_poll` action is one you can't configure in the Wizard (still not sure why it's there tbh).
I order to build one I would recommend building the barebones in the wizard then review some of the apps here (https://github.com/phantomcyber/phantom-apps/tree/next/Apps) to see how the on_poll action is setup and look to replicate and tweak to your needs. Apps I know of with on_poll are JIRA & Proofpoint. There are likely more but these are ones I have used as templates in the past.
Hope this helps? If so please provide Karma & if it answers your issue, please mark as a solution.
Thanks.
Thank you very much. I started coding the 'on-poll' function without using the wizard, but just to know if I was doing something wrong or was a Wizard related issue.
@jpferrero the `on_poll` action is one you can't configure in the Wizard (still not sure why it's there tbh).
I order to build one I would recommend building the barebones in the wizard then review some of the apps here (https://github.com/phantomcyber/phantom-apps/tree/next/Apps) to see how the on_poll action is setup and look to replicate and tweak to your needs. Apps I know of with on_poll are JIRA & Proofpoint. There are likely more but these are ones I have used as templates in the past.
Hope this helps? If so please provide Karma & if it answers your issue, please mark as a solution.
Thanks.