Hello everyone, I need to create webhooks based on events from functions that are in a project from another organization that I own. Is it possible to do this? Additionally, is there a way to create webhooks without relying on the console?
Sorry, you want to send data to somewhere else from Appwrite? If so, perhaps you can use Appwrite webhooks: https://appwrite.io/docs/advanced/platform/webhooks
and anything you do in the console can be done outside of the console because the console uses Appwrite's REST APIs.
You can use the Appwrite CLI or manually make the REST API calls
Hello @Drake , I want to configure the webhook with events from a different organization in Appwrite. and how can I find the endpoints to make the request? thank you
I want to configure the webhook with events from a different organization in Appwrite
I'm sorry, I don't understand. Are you trying to send data from Appwrite or receive data into Appwrite?
are you trying to send data from one Appwrite project and receive it in another Appwrite project?
I want to pass the reference of a function that is located in another Appwrite organization.
im sorry i don't understand you.
Recommended threads
- Adding Custom Domain to self-hosted Appw...
Hi, i deployed Appwrite with Coolify and reaching it with appw.appname.de. What is working so far. I wanted to add another custom Domain to activate email verif...
- I need help with web hook set up for doc...
I have been getting the error below in my web hook log. URL: https://webhooks-emmanuel-samuel-agbedejobis-projects.vercel.app/api/kyc-webhook Method: POST St...
- Cannot connect to Github after migration...
I have migrated from 1.6.1 to 1.7.4. First moving to 1.6.2, then to 1.7.0 and after that to 1.7.4. I tried to deploy a new site but the connection to github wa...