mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-10 17:41:49 +08:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
[
|
|
{
|
|
"ConfigurationName": "OutboundMessages",
|
|
"Label": "IR_Account_OBM_PROD",
|
|
"Fields": {
|
|
"EndpointUrl": "https://uat.example.com/services/account",
|
|
"Object": "Account"
|
|
},
|
|
"IsActive": true,
|
|
"ExecutionOrder": 1
|
|
},
|
|
{
|
|
"ConfigurationName": "OutboundMessages",
|
|
"Label": "IR_Contact_OBM_PROD",
|
|
"Fields": {
|
|
"EndpointUrl": "https://uat.example.com/services/contact",
|
|
"Object": "Contact"
|
|
},
|
|
"IsActive": true,
|
|
"ExecutionOrder": 1
|
|
},
|
|
{
|
|
"ConfigurationName": "OutboundMessages",
|
|
"Label": "IR_Asset_OBM_PROD",
|
|
"Fields": {
|
|
"EndpointUrl": "https://uat.example.com/services/asset",
|
|
"Object": "Asset"
|
|
},
|
|
"IsActive": true,
|
|
"ExecutionOrder": 1
|
|
},
|
|
{
|
|
"ConfigurationName": "RemoteSiteSettings",
|
|
"Label": "R12_Remote_Site",
|
|
"Fields": {
|
|
"RemoteSiteUrl": "https://uat.example.com"
|
|
},
|
|
"IsActive": true,
|
|
"ExecutionOrder": 2
|
|
},
|
|
{
|
|
"ConfigurationName": "RemoteSiteSettings",
|
|
"Label": "Tavant_API",
|
|
"Fields": {
|
|
"RemoteSiteUrl": "https://tavant.uat.example.com"
|
|
},
|
|
"IsActive": true,
|
|
"ExecutionOrder": 2
|
|
}
|
|
]
|