Custom APIs
You can add any of your APIs to the Nudge dashboard and use them to display content in Nudge's UI. The response of the API should be in the format: (array of json objects)
[{}, {}]
Adding Your API
To add your API, navigate to the APIs section in the dashboard and configure your API details.
Using APIs in Nudge
Once added, you can use templating to display the content in the UI. Alternatively, you can use the array from the API response as a data source for any list or step view.
Example Use Case
- Add your API to the dashboard.
- Use the API response to populate a list view or step view.
- Leverage templating to customize how the content is displayed.
To Know about Templating Personalising UI with Nudge's Templating System.