Webhook for External Platform
I am trying to connect Workfront to an external platform, Wordbee. I have the information successfully going from Workfront into Wordbee. I also have the HTTP Make a Request modules working correctly, however the ID it is generating the request id and not the order id in Wordbee. WordBee takes a few seconds/mins depending on the queue to complete order creation.
My next steps are:
- Create custom webhook in Workfront to watch new order events in wordbee
- Pass this webhook URL in the Create Order API request along with current data
- Once WordBee completes creation of the order, it will trigger the webhook URL configured in Workfront
- Build a workflow that listens to this trigger and saves this order id in the Workfront project
But my question is: Do I need to make a separate scenario for the webhook to listen to Wordbee and pass the information back into Workfront or can I have it all in my current scenario