https://github.com/frontapp/dynamic-objects-handler
https://github.com/frontapp/dynamic-objects-handler
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frontapp/dynamic-objects-handler
- Owner: frontapp
- Created: 2023-10-31T19:43:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T19:46:10.000Z (about 2 years ago)
- Last Synced: 2026-01-11T22:32:49.059Z (6 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front Application Object Handler on Vercel Node
This sample project demonstrates how you can configure a server to verify that incoming requests are coming from Front, and then pass information from an API response to an application object in Front.
This allows you to augment the information that an application object presents to Front users by adding additional fields other than a title and link to an external record, such as additional IDs, statuses, notes, assignees, and anything else stored in the external system.
**Note:** You'll see "dynamic object" terminology in this repo. This is because application objects were previously named dynamic objects.
## Get started
Refer to the [tutorial](https://dev.frontapp.com/docs/basic-dynamic-object-handler) on our Developer Portal to learn how to use this project.
## Need help?
Visit [Front's developer forum](https://community.front.com/developer-q-a-37) to ask questions!