Description: |
Technology stack:
- Wordpress back-end - Gatsby front-end - Custom Wordpress forms plugin - Git with webhooks - Develop site / Live site environments
Developer brief:
Integrate forms with Street open api so when user fills out form it goes into street.
- Book a valuation - Book a viewing - General contact form
Please ensure that as part of this API it's paramount that Sales leads pull through as Sales Enquiry and Lettings leads as Lettings Enquiry. Any valuation request, whether instant for follow, will pull through as 'Valuation'.
Key tasks:
1. Understanding the API Documentation - Review the Street Open API documentation to understand the required fields, request format, and response handling. - Identify how to categorize enquiries (Sales Enquiry, Lettings Enquiry, Valuation).
2. Setting Up API Requests - Create a utility function to handle API requests, including error handling and response parsing.
3. Modifying the Form Submission Logic - Update the onSubmit function in the component to gather form data and format it for the API. - Implement logic to determine the enquiry type based on the form being filled out (e.g., viewing, valuation). - Ensure that all required fields are included in the API request.
4. Testing the Integration - Test the integration thoroughly to ensure that data is sent correctly to the API. - Validate that the correct enquiry types are being categorized. - Test error scenarios to ensure proper handling. |