#ifndef WEBHOOKS_H #define WEBHOOKS_H #include extern HTTPClient webhooks_http; extern void ExecuteHTTPRequest(String url); #endif