Create Remote Site Setting
sf_create_remote_site_settingSalesforce blocks outbound HTTP by default; create a Remote Site Setting to allow Apex callouts to an external URL.
Instructions
Creates a Remote Site Setting to allow an external URL for Apex callouts. Salesforce blocks outbound HTTP calls by default — adding a Remote Site Setting allows Apex code to call that URL. Required for any external API callout from Apex or Flows. Use with sf_create_named_credential for authenticated callouts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to allow for callouts, e.g. 'https://api.example.com' | |
| name | Yes | Display name | |
| fullName | Yes | Remote site setting API name | |
| isActive | No | Whether this remote site setting is active | |
| description | No | Description of why this site is trusted | |
| disableProtocolSecurity | No | Disable protocol security (not recommended) |