What is your goal?
Send a Telegram message with inline keyboard buttons (PUBLISH/REJECT/DRAFT) via HTTP module in a Make scenario that processes news alerts.
What is the problem & what have you tried?
I replaced a telegram:SendReplyMessage node with http:ActionSendData v3 via blueprint JSON import to send Telegram inline keyboard buttons.
Error: âValidation failed for 6 parametersâ on every run.
I tried adding parameters: shareCookies, rejectUnauthorized, followRedirect, useQuerystring, gzip, useMtls, serializeUrl, followAllRedirects â none worked.
The exact same module (http:ActionSendData v3) works perfectly in node 7 of my blueprint sending another Telegram message. Node 24 is structured identically, only URL and body differ.
I need to know: what are ALL required parameters for http:ActionSendData v3 in a blueprint JSON? Can someone share a working exported blueprint with this module?
Error messages or input/output bundles
Validation failed for 6 parameters:
- Missing value of required parameter âshareCookiesâ
- Missing value of required parameter ârejectUnauthorizedâ
- Missing value of required parameter âfollowRedirectâ
- Missing value of required parameter âuseQuerystringâ
- Missing value of required parameter âgzipâ
- Missing value of required parameter âuseMtlsâ
