Reuse Standalone Function
I noticed that there's a missing information in documentation to reuse a standalone function and it is because the parameters require an argument.
Here is my code and it is working.
- response = invokeurl
- [
- url: "https://people.zoho.com/api/v3/function/sample/execute"
- type: POST
- parameters: {"arguments":{"id":"12345","type":"new"}}
- connection: "connection_name"
- ];