New RFQ API
This API endpoint accepts RFQ data and adds it to the portal.
Receives RFQ data, validates it, and processes it by adding it to the portal.
Request parameters
{
"submitId": "12345",
"submitDate": "2024-04-27",
"submitTime": "14:30:00",
"eventName": "request_quote",
"submitDuration": "200",
"utmSource": "google",
"utmMedium": "ppc",
"utmCampaign": "30-cranes-national",
"utmTerm": "general",
"utmContent": "",
"referrer": "https://pwiworks.com/overhead-cranes/jib-cranes/?utm_medium=ppc&utm_source=google&utm_campaign=30-cranes-national&utm_term=general",
"firstName": "Tim",
"lastName": "Ledder",
"company": "ABC Contractors",
"email": "test123@email.com",
"phone": "5555555555",
"addressLine1": "11100 Johns Hopkins Road",
"addressLine2": "",
"addressCity": "Laurel",
"addressState": "MD",
"addressZIP": "20723",
"addressCountry": "US",
"product": "Cranes",
"details": "I need a quote for a 1 ton foundationless jib crane",
"quoteDeadline": "October 11, 2024",
"projectDeadline": "October 28, 2024",
"attachments": "",
"formName": "PWI: RFQ",
"website": "https://pwiworks.com"
}
Responses
Authorization
Include the X-API-Key header with the api key in your request. The API key is stored as a variable in the Make scenario.
Tech Stack
This API is built using the Make platform. Internal users can access the scenario in Make here. You must access the scenario to find the webhook URL and API key.
11 October 2024