-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template for x-www-form-urlencoded #120
Comments
Just put your variables into the body of the template lines in the format "name=${variable}" (without the quotes). eg, ${item3}=${item4} bar=foo ${item5}=${item6}
Just put your variables into the body of the template lines in the format "name=${variable}" (without the quotes). eg, ${item3}=${item4} bar=foo ${item5}=${item6}
Just put your variables into the body of the template lines in the format "name=${variable}" (without the quotes). eg, ${item3}=${item4} bar=foo ${item5}=${item6}
Just put your variables into the body of the template lines in the format "name=${variable}" (without the quotes). eg, ${item3}=${item4} bar=foo ${item5}=${item6}
Just put your variables into the body of the template lines in the format "name=${variable}" (without the quotes). eg, ${item3}=${item4} bar=foo ${item5}=${item6}
Just put your variables into the body of the template lines in the format "name=${variable}" (without the quotes). eg, ${item3}=${item4} bar=foo ${item5}=${item6}
Hi @kymikoloco Edit your template to look like a java properties file. eg
Properties are one per line. |
This will be released as part of tcWebHooks version 1.2.x |
1.2.0 alpha.1 released which includes this fix. |
Expected Behavior
Some API endpoints don't take application/json payloads, and there needs to be a way to send different content types to them (x-www-form-urlencoded, namely)
Current Behavior
Get a cryptic error from the API endpoint claiming the content wasn't sent.
Steps to Reproduce (for bugs)
https://chat.zulip.org/api/v1/messages
{"var_name":"type","result":"error","code":"REQUEST_VARIABLE_MISSING","msg":"Missing 'type' argument"}
Your Environment
Example Configuration (xml)
/opt/.BuildServer/config/webhook-templates.xml
opt/.BuildServer/config/projects/Nightly/pluginData/plugin-settings.xml
/opt/.BuildServer/config/projects/Nightly/project-config.xml
Contains the parameters for the Nightly Project that zulip expects and nvpairs will send
The text was updated successfully, but these errors were encountered: