Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Triggers and HTTPForum ↗

Triggers and HTTP

App Development4 posts167 views3 likesLast activity Jun 2022
DE
DerekOP
Jun 2022

Hello 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 2022

No 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 2022

Hello, can you point me to some Example Projects other than documentation one.

Thank you

CO
cocreature
Jun 2022

The examples in the docs are your best option here.

← Back to Discussions