Webhook Destination Field and Payload Mappers
Overview
Configuration
JSON Schema
{
"url": "https://your-webhook-endpoint.com/webhook",
"username": "optional_username",
"password": "optional_password",
"field_mapper": "source_field:destination_field,nested.field:nested.destination",
"payload_mapper": "optional_wrapper_field"
}Default Payload (No Mappers)
Field Mapper
Purpose
Syntax
Examples
Behavior Notes
Payload Mapper
Purpose
Syntax
Examples
Behavior Notes
Using Both Together
Example
Limitations
Best Practices
For field_mapper
For payload_mapper
Advanced Examples
1. Complex Restructuring
2. Combined with Wrapper
Example Configurations
Integration Type
Example Mapper Configuration
Last updated
Was this helpful?