HttpPostRequestValve
Valve to send HTTP POST messages .
Note: This valve is commonly used when sending notifications to users and administrators. NOT for sending one-time passwords.
Properties
Example Configuration
{ "id" : "5671fa20-5706-4fd3-b811-06b9d47eaf04", "name" : "HttpPostRequestValve", "enabled" : "true", "config" : { "proceed_on_error" : "false", "url" : "https://www.mycompany.com/Handler/PhenixID", "body" : "{{item.http_body}}", "http_crypto_protocol" : "TLS", "trust_all_certs" : "false", "keystore" : "40f460b1-5b14-464a-b704-05d7b2998a79" } }
In the example above, the value http_body has been picked up or created earlier in the flow.