My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Comments
-
Hi Richard, I would argue the documentation was unclear. The problem was that I thought 'customrecord_api_rest' was a fixed literal in the url, it was not clear to me that I needed to substitute my custom record name in place of that literal. I have it working now, thanks for checking back with me! Neil
-
I've spotted my obvious mistake: I had $httpMethod = 'PUT'; and it should have been: $httpMethod = 'POST'; It's working now 😀