
Christoffer Sinnbeck
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
Activity overview
Latest activity by Christoffer Sinnbeck-
Christoffer Sinnbeck commented,
Uma Lakshmi Kanth Garimella Yes, that works! Thanks a lot for your expertise. But, as you suggest, I will use string concatenation or the "backtick" notation for now as both of these seem to work i...
-
Christoffer Sinnbeck commented,
Uma Lakshmi Kanth Garimella Thanks a lot for your quick and thorough answer. I can get the export.runVirtual call to work if I construct my SOQL like this: "query": "SELECT Id, Name from Account WH...
-
Christoffer Sinnbeck created a post,
Passing data from a My API script to an export's handlebars variables?
Hi, If I pass data into a MyAPI script through the options.body or options.queryString attributes, how do I then pass this data on to the handlebars variables in the export that the MyAPI script is...
-
Christoffer Sinnbeck commented,
Stephen Brandt: Thanks Stephen, no worries at all. I figured it out after a few minutes of "Unauthorized" messages, and just wanted to add my finding here. Have a great day.
-
Christoffer Sinnbeck commented,
A suggestion: You should update this article to show that the API base URL is https://api.eu.integrator.io/v1/ if one is using the EU version of Celigo (the one located at https://eu.integrator.io).
-
Christoffer Sinnbeck commented,
Hi Tom, I get "undefined" as a returned value for {{{encodeURI lastExportDateTime}}}, and no value at all for {{{lastExportDateTime}}} (that's probably the reason why the encodeURI function returns...
-
Christoffer Sinnbeck commented,
Hi Stephen, Thank you for your detailed answer. I made it work with a REST connection. I simply used https://rest.sandbox.eu.zuora.com as the REST API base URL, and then used Basic Auth with my Zuo...
-
Christoffer Sinnbeck commented,
Hi, Should this also support the EU sandbox/production environment - accounts created at https://eu.zuora.com or https://sandbox.eu.zuora.com? I cannot seem to get my connection to work. Thanks in ...