Hi Appwrite team,
I have created a function and I want it to receive and incoming post request from a webhook( a webhook that notifies the function to update the database after initiating a payment), but I can't find any option to enable an HTTP endpoint in the function settings. I want to receive raw POST requests without headers like X-Appwrite-Project(since the third party doesn't have that). How can I expose a public URL for my function that third-party services can call directly?
Thanks in advance!
Recommended threads
- Synchronous function execution timeout w...
I am calling server functions with xasync = true and I still get this error message. Synchronous function execution timed out. Use asynchronous execution inste...
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...