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