AI Assistant for Connectors
Last updated
Was this helpful?
Was this helpful?
{
"customer": {
"name": "Customer Default",
"ssn": "123-45-6789"
}
}{
"customer": {
"name": "Customer Default",
"ssn": "123-45-6789",
"birthDate": "01/01/1970"
}
}[
{
"operation": "default",
"spec": {
"customer": {
"birthDate": "01/01/1970"
}
}
}
]{
"user": {
"name": "Alice",
"email": "alice@example.com",
"id": 123
}
}{
"transaction": {
"user_id": "",
"contact": {
"email": "",
"full_name": ""
},
"role": ""
}
}{
"transaction": {
"user_id": 123,
"contact": {
"email": "alice@example.com",
"full_name": "Alice"
},
"role": "{{ message.role.id }}"
}
}