Skip to main content

Appwrite integration

Appwrite is an end-to-end backend server for web and mobile apps.

To integrate Appwrite to Windmill, you need to save the following elements as a resource.

Add Appwrite Resource

PropertyTypeDescriptionDefaultRequiredWhere to find
endpointstringurl of your appwrite serverhttps://trueYour Appwrite server's URL
projectstringID of your appwrite projecttrueAppwrite Dashboard > Your Project > Settings > ID
keystringAPI key of your appwrite projecttrueAppwrite Dashboard > Your Project > API Keys
self_signedbooleanuse self signed certificates on server (only for development)false(This is a configuration option, not found on Appwrite)

Your resource can be passed as a parameter or fetched directly within scripts, flows, low-code apps and full-code apps.

tip

Feel free to create your own Appwrite scripts on Windmill.