I have an Action that posts data to my API for my SaaS app. We’ve recently added a Custom Fields feature to our app, in which our users can define the key and field label.
I obviously can’t put the key into the integration because my integration needs to work for all client instances. So looking for advice on the best approach to handle this.
Should I create a Dynamic Field? Seems like I would need a new API endpoint to look up the custom field keys.
Or is their an easier way to do this where my users can map data from the Trigger to custom fields in the zap?