An open API service indexing awesome lists of open source software.

https://github.com/httpanimation/lending-decoder

Decodes a webhook from lending machine
https://github.com/httpanimation/lending-decoder

html lending lones webhook

Last synced: 5 months ago
JSON representation

Decodes a webhook from lending machine

Awesome Lists containing this project

README

          

# Lending-Decoder
Decodes a webhook from lending machine

# EXP
{
"form[id]": "bf82d13",
"form[name]": "InquiryForm",
"fields[name][id]": "fullname",
"fields[name][type]": "text",
"fields[name][title]": "Full Name",
"fields[name][value]": "John Smith",
"fields[name][raw_value]": "John Smith",
"fields[name][required]": "0",
"fields[field_2fb49df][id]": "field_2fb49df",
"fields[field_2fb49df][type]": "select",
"fields[field_2fb49df][title]": "Enquiry Type",
"fields[field_2fb49df][value]": "Home Mortgage",
"fields[field_2fb49df][raw_value]": "Home Mortgage",
"fields[field_2fb49df][required]": "0",
"fields[field_5160f12][id]": "field_5160f12",
"fields[field_5160f12][type]": "tel",
"fields[field_5160f12][title]": "Phone Number",
"fields[field_5160f12][value]": "1234567890",
"fields[field_5160f12][raw_value]": "1234567890",
"fields[field_5160f12][required]": "0",
"fields[email][id]": "email",
"fields[email][type]": "email",
"fields[email][title]": "Email",
"fields[email][value]": "john.smith@example.com",
"fields[email][raw_value]": "john.smith@example.com",
"fields[email][required]": "1",
"fields[message][id]": "message",
"fields[message][type]": "textarea",
"fields[message][title]": "Message",
"fields[message][value]": "Hello, I am interested in discussing mortgage options.",
"fields[message][raw_value]": "Hello, I am interested in discussing mortgage options.",
"fields[message][required]": "0"
}