Last updated
© 2025 make.com
Last updated
When the API service supports fields with different names of formats from Make, you need to implement a custom IML function that will assist as a conversion table. This conversion table has a list of API formats and their equivalents in Make. E. g., when the API returns a field of type single_line_text
, in Make it will be evaluated as text
. Also, you can use the additional parameters available, e. g. whether the parameter is mandatory or optional, what are available options in selects, etc.
An example of fields in API:
Example of communication:
An example of mappable parameters:
An example of RPC:
An example of IML function:
Example request: