Forum Discussion
Ability to add metadata to manifest to inspect when receive chat for routing to different pipelines
@PeytonMcM - Thank you for your inquiry about your Teams app development issue!
You can customize the app manifest in Microsoft Teams, including adding environment variables and metadata fields.
Ref Doc: Customize app manifest in Teams Toolkit - Teams | Microsoft Learn
Thanks,
Nivedipa
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Solution**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
Hi Nivedipa, I'm also interested in this feature. From the documentation you provided you can only pass environment variables to customize existing properties but there is no option to add new properties.
Based on the schema https://developer.microsoft.com/json-schemas/teams/v1.19/MicrosoftTeams.schema.json
it doesn't seem to be possible to add new properties to the JSON file because of this "additionalProperties": false
are there any other workarounds or currently we can't add new properties to the Manifest?
Thanks,
Jose Antonio
- Nivedipa-MSFTDec 03, 2024
Microsoft
jagonzalr - Currently, we cannot add new properties in the manifest.
To achieve your requirements, we recommend you give your feedback in Teams Feedback Portal.