James Studer 3 Posted April 16, 2019 Share Posted April 16, 2019 Reaching out as I am working on an integration prototype to connecty Dynamics 365 for sales and Slate. Slate can work with web requests in a pushing or pulling manner. Here are my results and I am reaching out to make sure I am not missing something like an update to a connector. 1) Request Reply Event - I was able to successfully push a message to the endpoint in Scribe but the issue is that it isn't 1 record a time time. It is a list of records with the root object being row. Example {row: [firstname: "Jon", firstname: "John"]}. This doesn't work, since the request reply can't handle a list. All I get is the one record "row". 2) REST Connector - I can't get theis one to validate because I don't have access to an openapi or swagger schema for teh endpoint. It is a REST endpoitn that get's created but it is an older standard and there is no url to connect to to get the schema. 3) OData Connector - Error thrown on connect due to not be a supported OData version. 4) SFTP - This will work as I can schedule from Slate uploads to an SFTP server and then read the file from there with the text file as a source connector. This is a viable option. 5) Custom Connector - I could create a custom connector, but this is something the client wants to avoid at all costs and is the absolute last option. Are there any plans to update the request reply to allow lists of data to be accepted Also any other connector I should try to make the connection to the endpoint Like, I said I have viable option's but want to make sure I am not missing something. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now