How can I pass payload while creating execution of a function from python server and also how to retrieve it in the function to get the process done?
TL;DR
Title: [SOLVED] Passing and retrieving payload in Appwrite Function
Messages: [SOLVED] Payload while executing function
The issue has been resolved.
To pass payload while creating an execution of a function from a Python server, you can send a JSON string and then parse it in your Appwrite Function.
In order to retrieve the payload in the function, you can check the `data` parameter in the documentation: [link](https://appwrite.io/docs/client/functions?sdk=web-default#functionsCreateExecution)
This is the same process as with any other runtime.same as any other runtime. you have to pass a string, one option is to send a JSON string and then you can parse it in your Appwrite Function
okk, Thank you
Is your issue solved @itsRohit ?
Yes, Its resolved
[SOLVED] payload while executing function
Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- 1.9.5 Migration problem
1.9.5 migration problem after run migration command only openruntimes-executor