So, Im trying to build a POST request for gathering data from a site(USCIS) relative to a case I’m tracking. The HA integration only provides date updated, but I’m trying to build a flow to trigger a automation to trigger mobile device notification upon a update. Rather than just ask how to send data with a POST in Node Red, is there a beginners guide to using NODE-red, or has someone done something similar who can share their flow, and I can manipulate it for my needs?
post request to: https://egov.uscis.gov/casestatus/mycasestatus.do
with data:
Data I need to send, to expect response:
{appReceiptNum": "MyCase123XXXX", "initCaseSearch": "CHECK STATUS"}