
Hello, I am trying to pass { "myKey": "myValue" } as body to my Appwrite function yet I can't receive the values. When I send the values from dashboard values get send without a single problem but when I try to send it via postman or flutter body returns null. Can you help me out? Thanks.

and this is the postman, I also tried it with headers.

If you're executing the function via that url, it needs to follow the required format


Also, in postman, you should probably be using raw as the body type. Also, you'll need to pass application/json for the content-type header

I suppose these headers are correct

and tried sending them as raw body type

Again, that's the incorrect payload. Please look at the example I linked

Thank you very much for your help! I finally figured out. So simple yet I somehow got lost.
Recommended threads
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
- Checkout error: Error: Request body is e...
Im absolutely stumped here. ```Initializing Stripe functionality... stripe.ts:74 Calling Appwrite function with payload: {price_id: 'price_1RdZzoDCvcSnLsdCCu8z3...
- Clarification Needed on Custom Domains a...
Hello, I need help configuring custom domains/subdomains in Appwrite: 1. **Current Setup**: - Transferred `mydomain.com` to Appwrite via nameservers ...
