PNR validation

POST {{incoming_webhook}}

Using Slack's incoming Webhook URL to run this POST request. This request runs when an inavlid PNR has been recevied by the collection and send an informative message to the user that the PNR is invalid.

Request Body

{"attachments"=>[{"fallback"=>"Status of your tickets and train : ", "pretext"=>"Status of your tickets and train :", "color"=>"#D00000", "fields"=>[{"title"=>"Live Status", "value"=>"Invalid PNR!! \n Please Try Again", "short"=>false}]}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring