HttpGetRequestValve
Valve to send HTTP GET 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" : "HttpGetRequestValve", "enabled" : "true", "config" : { "proceed_on_error" : "false", "url" : "https://www.mycompany.com/Handler/PhenixID", "url_params" : "{{item.url_params}}", "headers": [ { "key": "Authorization", "value": "Basic Z3Vlc3Q6Z3Vlc3Q=" }, { "key": "Accept-Language", "value": "*" } ], "http_crypto_protocol" : "TLS", "trust_all_certs" : "true", "success_string" : "OK" } }
In the example above, the value url_params has been picked up earlier in the flow.