Skip to main content
All CollectionsAPI DevelopmentFirst Introduction - Frends APIs
Example on How to create or link a Process to an API
Example on How to create or link a Process to an API

Developing APIs and Processes

Aleksi Hytönen avatar
Written by Aleksi Hytönen
Updated over 10 months ago

How to create or link a Process to an API

Each API Endpoint needs a corresponding Frends Process to execute the API's offered service.

To link a Process to the API, you will require either the design specifications for the Process or an existing Process to link to.

When creating a new Process, the Trigger and Endpoints with responses defined in the API specification will be automatically populated in the Process template. The Trigger will give the Process access to all the expected variables passed to the endpoint and convert them to the correct data type.

Your task is to complete the Process with the required logic.

Once the Process is completed and saved, the API is ready for deployment.

If you haven't gone through the module for "How to Create an Integration Process" or don't have the necessary knowledge beforehand, it is advisable to review that module before proceeding with the development of a Linked Process.

Did this answer your question?