Christoffer Sinnbeck
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
Activity overview
Latest activity by Christoffer Sinnbeck-
Christoffer Sinnbeck commented,
Stephen Brandt Thanks a lot Stephen, that sounds great. Will it support all endpoints under the Custom Objects API, including the "Bulk Jobs" (/api/v2/custom_objects/{custom_object_key}/jobs) endpo...
-
Christoffer Sinnbeck commented,
Not sure if this is the correct place to ask this, but: Will the Zendesk Support connector support the Custom Objects API in the near future? See https://developer.zendesk.com/api-reference/custom-...
-
Christoffer Sinnbeck commented,
Nithin Gollapally Thank you!
-
Christoffer Sinnbeck commented,
Hi, Can anyone tell me what the "Cancel" execution type means, and in which situation(s) it is triggered? Thanks!
-
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...