Skip to main content
Best answer

Webhook Issue with Instamojo


I tried form & json 

 

Set the properties

 

I am succeeding in Test and getting values - but the Key names are empty!

[for both form & json]

 

Any suggestions?

Best answer by Troy TessaloneBest answer by Troy Tessalone

@fantomvfx6 

The screenshot shows 1 key/value pair, where the key is empty, and there are 4 variables mapped as the value.

If you want to add another key/value, you would click the [ + ] button.

 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

5 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @fantomvfx6 

Check the Data field description for guidance.

The Data is key/value pair.

Left/top field is the key. (You need to set static values for the key.)

Right/bottom field is the value.

 


  • Author
  • Beginner
  • 2 replies
  • June 5, 2024

But in my C# code - it is only showing values - not keys

string value = this.Request.Form[key];
stringBuilder.AppendLine($"{key}: {value}");


Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30870 replies
  • Answer
  • June 5, 2024

@fantomvfx6 

The screenshot shows 1 key/value pair, where the key is empty, and there are 4 variables mapped as the value.

If you want to add another key/value, you would click the [ + ] button.

 


Troy Tessalone
Forum|alt.badge.img+14

@fantomvfx6 

Example with 2 key/value pairs.

 


  • Author
  • Beginner
  • 2 replies
  • June 5, 2024

Yeah, got it working.  

Thanks for same!

 

Isn’t the UX very confusing - It should have given a warning if key is empty!