mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-11 18:38:22 +08:00
22 lines
562 B
JSON
22 lines
562 B
JSON
[
|
|
{
|
|
"ConfigurationName": "OutboundMessages",
|
|
"Label": "<OBM DeveloperName exactly as in the SOP>",
|
|
"Fields": {
|
|
"EndpointUrl": "<literal post-refresh URL from the SOP>",
|
|
"Object": "<target SObject, e.g. Account / Contact / Asset>"
|
|
},
|
|
"IsActive": true,
|
|
"ExecutionOrder": 1
|
|
},
|
|
{
|
|
"ConfigurationName": "RemoteSiteSettings",
|
|
"Label": "<Remote Site name exactly as in the SOP>",
|
|
"Fields": {
|
|
"RemoteSiteUrl": "<literal post-refresh URL from the SOP>"
|
|
},
|
|
"IsActive": true,
|
|
"ExecutionOrder": 2
|
|
}
|
|
]
|