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’
