Use custom field mappings
Step-by-step guide on how to support custom fields using field mappings.
Prompt your customers for field mappings
Store field mappings in the connection metadata
await terapi.setMetadata('', '', );curl --request PATCH \
--url https://api.terapi.dev/connection//metadata \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--header 'Provider-Config-Key: ' \
--data ''Start the sync for each connection
Last updated