Announcement

Collapse
No announcement yet.

Webhook Not Triggering

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Webhook Not Triggering

    Hello All. I have an issue where I can't seem to trigger webhooks on delete. See my screenshot for my setup: https://prnt.sc/scshm2. This is not triggering my script at all. Is there something Im missing? Any help is appreciated!

    I should mention that I have tried this with a custom entity on delete as well as the default accounts module on create and neither appear to work.

  • #2
    Hi,

    Do you have Process Webhook Queue scheduled job running? Anything in log there?

    Comment


    • #3
      yuri thank you we didnt have the cron activated so that did work. I missed that part in the documentation. Can we pass parameters via webhook somehow? For example if we wish to pass the customers email can we? In workflow we can add the payload but I dont see anything mentioning this with webhooks
      Last edited by dodom2; 05-08-2020, 05:07 PM.

      Comment


      • #4
        No. Payload is not configurable. You can utilize workflow with Send HTTP Request action. Trigger type of workflow = 'Signal', signal = '@delete'.

        Comment

        Working...
        X