When creating a webhook in Xurrent, it requires that AutomMate verifies the webhook request before one can use the webhook. How do I initiate the verification from AutomMate
Hi Trevor,
When you configure the webhook on Xurrent, as you mentioned, it sends a verification trigger to your Autom. There are several ways to complete the verification. You can choose whichever method is most convenient for you:
1) You can navigate to:
Dashboard > Monitoring > History > Operation Detail of the Autom log.
In the first step of the log, you will see the Trigger Param. Click the green button on the right to view the trigger details. From there, copy the verification link and open it in your browser.
2) Add a GET Method action to your Autom (under the RESTful Web Services library).
In the Request URI field, enter:
##triggerParam[payload][callback]##
Save the Autom and run your Autom or retrigger the verification from the Xurrent portal.
3) Add a Display Message action to your Autom and set its message field to ##triggerParam[payload][callback]##.
When you run the Autom, it will display Xurrent’s verification link data. Simply copy the link and open it in your web browser.
Please let me know if you need any further assistance. @Trevor
Best regards
Thank you, that sorted it out.
Hi,
I have now configure everything, and the webhook is connecting. When I use the create request action, I get an error. I am not able to determine what the issue is with my create request. Are you able to assist?
Regards,
Trevor
Hi Trevor, let’s plan a meeting. I will send you an email for that!
Best regards

