Skip to content
background-image background-image

HTTP headers for endpoints

What’s new?

We’ve added support for parsing HTTP headers directly in endpoint payload mapping using the new ${headers} placeholder. This enhancement gives you access to all incoming HTTP headers, allowing you to process and validate them as part of your integration logic.

Why this matters

Until now, handling data from HTTP headers required custom scripting or external validation. With this feature, you can access headers directly in your payload mapping, making it easier to:

  • Validate incoming requests

  • Verify message authenticity

  • Extract additional data carried in HTTP headers

How it works

When mapping the incoming payload at an endpoint, you can now use the ${headers} placeholder to reference the full HTTP headers object.

Getting started

Simply use the ${headers} placeholder when mapping your endpoint payload. Reference specific header values as needed to enrich your workflows or perform validations directly within your integration.

Help_Release_notes_Headers