Faveo forms provide an additional form field called API form field, which can be used to integrate an external API with faveo.

To create an API field, drag API field from top bar to the form

 

 

Give a suitable label to your field, and give the API endpoint in API link section. Make sure your API response follows the following pattern:

[

{“id”: “testOne”, “name”: “Test One”},

{“id”: testTwo, “name”: “Test Two”},

{“id”: “testThree”, “name”: “Test Three”},

{“id”: “testFour”, “name”: “Test Four”}

]

Name will be the value which will be seen by the end user, and id will be the value which will be stored in the database and will

be visible on ticket timeline page.

Tagged: