The request parameter will have the input property as defined in the actions.json file. If you notice in the documentation, the parameter can only be input and static. So, it will always be in the following format.
"properties": {
"input": {
"type": "string"
}
}
For serverless logs for actions, if the action is triggered properly from Freshcaller, the logs will be printed and appear in the Serverless logs.
If you’re sure the event happened, but the app does not show the logs, please create a support ticket to the respective product and the team can troubleshoot and help with the issue.