
Christoffer Sinnbeck
- Total activity 20
- 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,
Alvin Mites What is your exact curl request (of course with the bearer token and ID in URL replaced with XXXX)?
-
Christoffer Sinnbeck commented,
Alvin Mites I believe you can use the "Invoke URL" from each export/import to do this. For example, this curl request works for me: curl -X POST https://api.integrator.io/XXXXXXXXXX --header 'Autho...
-
Christoffer Sinnbeck commented,
Alvin Mites If it works in Postman, it should work with curl as well, but maybe I am misunderstanding? I seem to remember that Postman has a function to export a Postman request as a curl command l...
-
Christoffer Sinnbeck commented,
Alvin Mites I don't think you need to send a JSON payload (--data '{}') for that endpoint. I also don't think you need to follow redirects (that's what --location does if I am not mistaken). Could...
-
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...