Triggers and HTTP
App Development4 posts167 views3 likesLast activity Jun 2022
DE
DerekOP
Jun 2022Hello Damlers,
Is it possible to create a trigger that whenever a certain contract is created, sends an http message to an API?
Thank you
CO
cocreature
Jun 2022No that’s not possible. Daml Triggers can only read & write to the ledger not send or receive HTTP requests.
For that, try building something using the Java bindings.
DE
Derek
Jun 2022Hello, can you point me to some Example Projects other than documentation one.
Thank you
CO
cocreature
Jun 2022The examples in the docs are your best option here.