Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an API endpoint for LRM team for Contact Us Form #545

Closed
bishwaspraveen opened this issue Dec 5, 2023 · 1 comment · Fixed by #544
Closed

Create an API endpoint for LRM team for Contact Us Form #545

bishwaspraveen opened this issue Dec 5, 2023 · 1 comment · Fixed by #544
Assignees
Labels
PI 24.1 Oct, Nov, Dec 2023

Comments

@bishwaspraveen
Copy link
Contributor

bishwaspraveen commented Dec 5, 2023

Description

Creates an API endpoint within the sde-indexing-helper application to grab content from the Contact Us page upon submission.

Here is the API endpoint : https://sde-indexing-helper.nasa-impact.net/feedback/contact-us-api/

Note to LRM team :
Make sure to construct the frontend JSON payload with corresponding keys before accessing the API endpoint -
{ "name": "John Doe", "email": "[email protected]", "subject": "This is awesome!!!", "comments_questions": "I have some questions about..." }

Please make sure you re-map all the key fields in your payload correctly as shown above.

@nikitabalsara
Copy link

key change comments_questions -> comments

@code-geek code-geek added PI 24.1 Oct, Nov, Dec 2023 and removed Backend/Dev labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PI 24.1 Oct, Nov, Dec 2023
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants