Is it possible to get the id of a deleted card via webhook using something like a action "card.delete"? It would be very useful to keep a database based on cards up to date.
Page 1 / 1
Hello Amanda, how are you?Â
Â
We don't have a card.delete webhook action. We only support these actions:Â
- card.createÂ
- card.move
- card.late
- card.expired
- card.overdue
- card.done
So if you want to be notified about done cards, you can create a webhook with the tcard.done] action.
Â
Â
But maybe you want a CardDelete mutation to delete cards in Pipefy using API. If that’s the case, here the documentation how you can run it:Â
Â
https://api-docs.pipefy.com/reference/mutations/deleteCard/
Â
Here an example:
Â
mutation {
deleteCard(input: {id: 2762646}) {
success
}
}
Â
Hope it helpsÂ
Reply
Join us in the Pipefy Community! 🚀
No account yet? Create an account
Login with your Pipefy credentials
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.