Webhook trigger -> Delete

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Russ
    replied
    Originally posted by yuri
    Workflow with "@delete" signal trigger should also work.
    thanks!!!!

    Leave a comment:


  • yuri
    replied
    Workflow with "@delete" signal trigger should also work.

    Leave a comment:


  • Russ
    replied
    worked, thanks

    Leave a comment:


  • Russ
    replied
    I was thinking about some sort of a workflow option but it seems like there isn't, thanks eymen-elkum, looks like that's the only option

    Leave a comment:


  • eymen-elkum
    replied
    Hi Russ

    Did you check this article?



    Using `AfterRemove` must solve your issue.

    Leave a comment:


  • Russ
    replied
    may be, abisbe, not sure

    Is there any clear way of adding a webhook on 'delete'?

    Leave a comment:


  • abisbe
    replied
    Hi, are you looking for something that might be solved like in this thread?
    I have 3nentities 'A','B','C' A is linked to both of them with one-many (2 links ab, ac), how to set up please a afterRemove hook to delete All the retaled Bs linked to an A after removing a A? thank you so much is this code correct? <?php namespace Espo\Custom\Hooks\A; use Espo\ORM\Entity; class AfterRemove extends

    Leave a comment:


  • Russ
    replied
    Please, someone

    Leave a comment:


  • Russ
    started a topic Webhook trigger -> Delete

    Webhook trigger -> Delete

    Hey!

    Webhook on record save doesn't send a webhook on record delete, is there a workaround?

    Thanks
Working...