Is that your full payload? My first hunch is properties should be in a properties objects so at minimum:
{
"properties": {
"amount": ...Beitrag ansehen
Any chance we can be able to set the files as public so they can be used in a non-internal context? We have the ability to power CMS pages from objec...Beitrag ansehen
I think this workflow can be further simplified by removing the today's date dummy property. This also forces you to not center the workflow on a dat...Beitrag ansehen
newObjectId : the Id of the object that was created from the result of the merge. This is separate from primaryObjectId because in some cases...Beitrag ansehen
FWIW, I just set utm_referrer to https://paypal.com and on my record it came through like so:
So if you can capture the referral informati...Beitrag ansehen
Well you could possibly get around that, but before that I'd probably try to determine if it is worth it or not. I mean, blockers will block so it's ...Beitrag ansehen
The docuemntation displays this code for an example serverless.json file:
// A serverless.json file configured
// for an API endpoint function
{
"runtime": "nodejs12.x",
"version": "1.0",
"endpoints": {
"path/to/endpoint": {
"f Beitrag ansehen