Hi all! I am trying to add a new connector for new technology. I have deployed my community environment and run all the development there. Due I am working with a new technology, I had to add custom mapping for some fields. Is there a way I can export my integration and reference these mappings? I have seen in some integrations packages the
integration_mapping_rules.json
file.
I think that other way to achieve this is to export the integration and manually add this file. Unfortunately, you need specific knowledge of some ids related to transformation functions and other parameters:
{
"Source": "New technology",
"Product": "New technology",
"EventName": null,
"SecurityEventFieldName": "Field name",
"TransformationFunction": 0,
"TransformationFunctionParam": "",
"RawDataPrimaryFieldMatchTerm": "event_Success",
"RawDataPrimaryFieldComparisonType": 0,
"RawDataSecondaryFieldMatchTerm": "",
"RawDataSecondaryFieldComparisonType": 0,
"RawDataThirdFieldMatchTerm": "",
"RawDataThirdFieldComparisonType": 0,
"IsArtifact": false,
"ExtractionFunctionParam": "",
"ExtractionFunction": 0,
"CreationTimeUnixTimeInMs": 1623983029078,
"ModificationTimeUnixTimeInMs": 1623983029078
}
I appreciate any hint you have in this matter
Export integration and reference new mappings
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.