I've been playing with the idea of building an [IFTTT](https://ifttt.com) service for Arweave. The service could be used in IFTTT applets: `IF this THEN Arweave`
Possible _THEN_ scenarios would be:
* Send AR to Arweave wallet
* Send data to Arweave wallet
### Defeat
The idea was to deploy and to host the API endpoint for IFTTT at Arweave as well. Unfortunately, IFTTT sends only POST requests to the endpoint. However, Arweave-hosted static web pages can not accept POST requests.
After long research the project failed.
### References
* [IFTTT Service API requirements](https://platform.ifttt.com/docs/api_reference)
* [IFTTT example services](https://platform.ifttt.com/docs/example_services)