Mapper
Reshape data between one skill and the next.
How it works
Worked example
{
"mappings": [
{ "target": "firstName", "type": "string", "source": "user.first_name" },
{ "target": "age", "type": "number", "source": "user.age" },
{ "target": "signupDate", "type": "date", "source": "user.created_at" }
]
}Configuration reference
Field
Type
Required
Description

Output
Field
Type
Always
Description
Errors
Status
Cause
Security
Testing in isolation
Last updated

