About the Function Methods API

The Function Methods API lets developers manage the relationship between functions and automations. Function methods link functions to automations, which define the logic that runs when a function is triggered. Use this API together with other Wix Functions APIs.

With the Function Methods API, you can:

  • Connect functions to the actual automation code that executes when the function is triggered.
  • Control which automation logic runs for each function.

Function methods in the Wix Functions ecosystem

It isn't recommended to create a function method using this API. Instead, you can create a function, automation, and a function method that links them together by calling Create Function Production or Create Function Builderless Production. Learn more about function creation.

Did this help?