Skip to content

Salesforce setup

The goal is for your team to own the integration: secrets in Named Credentials, contracts in External Services, logic in Flow.

  1. Create a Named Credential with the API base URL from your license materials.
  2. Configure authentication to send the ApiKey header (custom header on the credential or linked External Credential).
  3. Test with a simple GET from Apex or Workbench-style tooling before wiring Flow.
  1. Import the OpenAPI spec for your target service (OpenAPI import).
  2. Complete the import wizard and note the generated operation name.
  1. Add an Action using the imported External Service operation.
  2. Pass lat, long, and service from record fields or formulas.
  3. Store outputs in Flow variables; branch on status / response code when present.
IssueWhat to check
Duplicate URL segmentsNamed Credential base URL + External Service path may double up—leave path prefix on only one side
HTML instead of JSONWrong host, missing ApiKey, or blocked callout—see Troubleshooting
Empty propertiesCoordinates outside layer extent; wrong service name; lat/long swapped

Flow debug may show inputs like lat, long, service, sType (e.g. near) and a responseCode of 200 with populated properties when the lookup succeeds. Exact field names follow your imported schema.

Need help? Contact support.