Function Inputs
Overview of function inputs
General form
function handler(event, context) { ... }{
projectId: "{YOUR_PROJECT_ID}",
input: { ... }
}Event parameter
Type
Description
Function event input
Calling through API
{
projectId: "{YOUR_PROJECT_ID}",
input: {
"initiatorUserId": "{CALLER_USER_ID}",
"template": "{ ... }",
"data": "My custom data, can be any string"
}
}Parameter
Type
Description
Collection triggers
Parameter
Type
Description
User triggers
Parameter
Type
Description
Parameter
Type
Description
File triggers
Parameter
Type
Description
Parameter
Type
Description
Last updated