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
- Host: GitHub
- URL: https://github.com/httpanimation/lending-decoder
- Owner: HttpAnimation
- Created: 2023-07-25T02:02:47.000Z (over 2 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-07-27T20:07:34.000Z (over 2 years ago)
- Last Synced: 2025-02-25T09:18:05.987Z (11 months ago)
- Topics: html, lending, lones, webhook
- Language: HTML
- Homepage: https://httpanimation.github.io/Lending-Decoder/
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}