Questions tagged [workato]

Workato is a cloud-based workflow automation service. Use this tag for programming questions involving Workato workflows/automation processes.

Workato is a cloud-based workflow automation service.

Website: https://workato.com GitHub presence: https://github.com/workato

20 questions
2
votes
0 answers

Apple Business Manager API?

maybe a quick and easy one here but, does anyone know if ABM has an independent API or which API it utilizes? If so, would be a big help as I am trying to automate removing machines from ABM when we no longer need them. Thanks!
2
votes
1 answer

Multipart Form - 400 Bad Request

I'm having some trouble with a an API request I'm trying to make. Here is my POST request URL: https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/fax Request content type: multipart form Header name and value: Review: Any…
2
votes
2 answers

Regex- to get part of String

I have got below string and I need to Get all the values Between Pizzahut: and |. ABC:2fg45rdvsg|Pizzahut:j34532jdhgj|Dominos:3424232|Pizzahut:3242237|Wendys:3462783|Pizzahut:67688873rg| I have got RegExpression…
Vadiya
  • 111
  • 2
  • 11
1
vote
1 answer

Workato - Hash containing an array when sent in a multipart form request is considered as a file

I am trying to send an array as value for a hash key in a POST multipart request. input = {"attribute"=> ["Countries:India", "Category:Can"]} post("url") .request_format_multipart_form.payload(input) This works when using Ruby's HTTP and also…
1
vote
0 answers

Google Doc image issue using Workato message templates

I used Workato to create google doc using their message template. The message template is written in HTML and Workato also use mustache code for their message templates. Successfully for six months (up to Dec 1st) the code would create the document…
1
vote
0 answers

How to validate a JSON request based on a schema using Javascript

I am trying to build out an API endpoint within Workato using a Javascript plugin. Part of the requirement is to validate if the JSON request is valid based on the schema that I defined. Specifically, I need to throw a 400 Bad Request error if a…
Pstivala7
  • 27
  • 2
  • 6
1
vote
1 answer

Formating loki log stream - err: loghttp.PushRequest.Streams

I am trying to stream logs from a SaaS platform into loki. I get the below error loghttp.PushRequest.Streams: []*loghttp.Stream: loghttp.Stream.Labels: ReadString: expects " or n, but found {, error found in #10 byte of ...|","log": {"id":[469|...,…
Shalini
  • 11
  • 1
1
vote
1 answer

Export Checklist as report

With workato, I have automated several processes around BIM360. My newest job is, to automate the export the completed checklists as a report. I have tried to use the endpoint uses bei the WebUI. It seems like it is forbidden... 403 Forbidden: {…
0
votes
1 answer

Autodesk ACC API Error 400: One or more input values in the request were bad - PATCH projects/:project_id/items/:item_id

I want to send a PATCH request using Autodesk Construction Cloud (ACC) API using Workato to update an attribute of a file/document (E.g.: displayName) but keep encounter a 400 error: One or more input values in the request were…
0
votes
0 answers

How Workato can access a RDS database that we have provisioned in our teams AWS account?

How Workato can access a RDS database that we have provisioned in our teams AWS account?
Gorakh Lad
  • 13
  • 1
  • 5
0
votes
0 answers

Ruby 3.1 and workato connector SDK 1.3.4 upgrade gives failure of specs with wrong number of arguments

We have upgraded the ruby version from 2.7 to ruby 3.1 and Workato to version 1.3.4 for my application. On this upgrade the specs are getting failed with a wrong number of arguments since passing the last argument as a keyword argument or hash…
0
votes
0 answers

Best logging solution for Workato workflows?

I am trying to write logs out for a loop process and for each rown log if it succeeds or fails and why. There is a logging step in Workato, but I cannot actually find where the whole log is after the job is completed. Anybody know? Ideally I would…
0
votes
1 answer

How to get the current date in a specific timezone in Workato

How can I get the current date in a specific timezone in Workato? For an account that is configured as PST, when I run the following command today.in_time_zone("Europe/Madrid") it still returns the date in PST, not “Europe/Madrid”. Is this an…
0
votes
0 answers

How to get Currency and Term Names in Netsuite Search or Save Search

I am working on a solution on workato automation tool where I have to search newly created or updated invoices from NetSuite and get it synced to salesforce. As per this requirement I am performing a netsuite search operation in workato, which…
joono
  • 51
  • 6
0
votes
0 answers

Is there an On-Prem agent to connect SQL Server DB from Google Dialogflow to store/fetch data

I am exploring Google Dialogflow and creating chatbot for learning purpose. I would like to store/fetch the details into the SQL Server DB in a local machine taken from the dialogflow chat session. Similar to Workato & Celonis tools, we have an…
1
2