You've got one CRM integration in production and it's been fine for months. Now there's a second one to wire up. Same contract, same schema, same node shape. Should be a couple of days.

You pull the first payload from CRM B and put it next to CRM A out of habit.

CRM A, a monetary field:

{ "key": "estimated_cost", "value": 1275.43, "spec": { "type": "number", "format": "decimal" } }

Enter fullscreen mode