Webhook Not Triggering

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dodom2
    Senior Member
    • Jan 2020
    • 198

    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.
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi,

    Do you have Process Webhook Queue scheduled job running? Anything in log there?
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • dodom2
      Senior Member
      • Jan 2020
      • 198

      #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

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        No. Payload is not configurable. You can utilize workflow with Send HTTP Request action. Trigger type of workflow = 'Signal', signal = '@delete'.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...