Hi everyone!
I am trying to develop a Freshdesk app that integrates with Upsales to synchronize contact data. The app aims to:
- Fetch Contact Data: Retrieve contact information from Upsales.
- Sync Contacts: Create or update corresponding contacts in Freshdesk based on the data fetched from Upsales.
Progress:
- Platform Version: Freshworks Platform Version 2.3.
- Configuration:
manifest.json
: Configured to specify the app’s location, events, and requests.request.json
: Set up to handle API requests for fetching contacts from Upsales and creating/updating contacts in Freshdesk.
- App Code:
app.js
: Manages initialization, button event handling, and API requests. Ensures proper client initialization and handles API interactions.contact_details.js
: Displays contact details and handles specific UI logic.
- Issues:
- Encountered
401 Unauthorized
errors, indicating possible issues with API keys or authentication. - Facing challenges with app initialization and button event handling, which are being debugged.
I am very new to creating apps and have no prior code experience, I am studying some Java, HTML and CSS atm
Any help is much appreciated, thank you