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
automationIdstringformat GUID

ID of the automation to link to the function.


createdDatestringRead-onlyformat date-time

Date and time the function method was created.


functionIdstringformat GUID

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


idstringRead-onlyformat GUID

Function method ID.


methodNamestringmaxLength 160

Display name for the function method.


revisionstringRead-onlyformat int64

Function method revision.


updatedDatestringRead-onlyformat date-time

Date and time the function method was last updated.

Did this help?