After successful registration of Webhook, follow the below steps
To know about the installation process ,Click Here.
Webhook Subscriber
- It creates the queue in RabbitMQ and fetches the data from the tool through the webhook, which has been configured.
- It runs on port 8981.
- Exceute the .jar file of Webhook Subscriber ,using command line or services.
Webhook Engine
Fetches the data from the queue, parse the data, fetches out the required data, based on the response template, and sends to the Neo4j.
- Exceute the .jar file of Webhook Engine,using command line or services.
Webhook Engine fetches the data only for Subscribed Webhook.