Is it possible to trigger a CXone outbound call using the Personal Connection API directly from a Terraform module? I’m trying to automate test calls during staging deployments. My current attempt uses local-exec with curl:
curl -X POST https://api.nice.incontact.com/.../personalconnection/outbound
Returns 401 Unauthorized even with valid OAuth token. Am I missing a specific scope for personalconnection or is this endpoint restricted from programmatic triggers in v2.0?