Function Method Object


A function method is a link between a function and an automation, which defines the logic that runs when a function is triggered.

Properties
idstringRead-onlyformat GUID

Function method ID.


revisionstringRead-onlyformat int64

Function method revision.


createdDatestringRead-onlyformat date-time

Date and time the function method was created.


updatedDatestringRead-onlyformat date-time

Date and time the function method was last updated.


automationIdstringformat GUID

ID of the automation to link to the function.


functionIdstringformat GUID

ID of the function that this method links to an automation.


methodNamestringmaxLength 160

Display name for the function method.

Did this help?