Importing Genesys Cloud Webhooks into Terraform State

We’re migrating our New Relic webhook integrations to Terraform. I need to import existing resources into the state file, but the genesyscloud_routing_webhook resource isn’t accepting the ID format.

terraform import genesyscloud_routing_webhook.nr_alert <webhook-id>

It throws a 404. I’ve tried:

  • Using the UUID from the UI
  • Using the API response ID
  • Checking the provider version

The API call works, so auth is fine. What’s the correct ID string?