Skip to main content
Question

Add additional info for my webhook

  • November 18, 2025
  • 2 replies
  • 31 views

Forum|alt.badge.img+1

Hi Community!

I’m attempting to create a webhook and attach some additional info for all he POST requests that are to be made for the specified notification url.

I want to call my notification url and specify some parameters there.

AFAIK its not possible to use url query parameters there and specify them while creating a webhook.

Are there other options? Like custom http headers or so? 

 

Thank you

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

I don’t think that’s possible at this time I’m afraid

Could you talk a bit about your business case?  Maybe there’s a weird workaround we could come up with to solve this


Forum|alt.badge.img+1
  • New Participant
  • November 19, 2025

Hi Community!

I’m attempting to create a webhook and attach some additional info for all he POST requests that are to be made for the specified notification url.

I want to call my notification url and specify some parameters there.

AFAIK its not possible to use url query parameters there and specify them while creating a webhook.

Are there other options? Like custom http headers or so? 

 

Thank you

Hello ​@Timur,
Yes, you can use custom HTTP headers or include additional data in the POST body. Most webhook systems support sending metadata this way—just ensure your server is set to parse and handle it correctly.

Best Regards,
Staci Hoover