Questions tagged [zapier-cli]
112 questions
0
votes
1 answer
Send info about the Zap as part of rest hook subscription call
In my Zapier App, I am calling the rest hook API hosted on my app's server to pass on the bundle.targetUrl webhook URL where the data can be reported and trigger the app.
I want to send more information, as part of this rest hook API call. Things…

vinit
- 526
- 7
- 18
0
votes
1 answer
Unflattening line items in inputData when rendered by function
I have dynamic children input fields that need to be rendered in a function, but when they are, then they are not included in inputData properly/not under the parent input field's key. When the children are included directly in the inputFields, it…

kad1001
- 1
- 3
0
votes
1 answer
How to load Customizable input fields from Zapier CLI
I'm loading custom input fields for access and receive data from particular API which need user input data. After getting the response(responses are received by accessing input fields dropdown box), I need to show received response data on the same…

kalsara Magamage
- 263
- 2
- 16
0
votes
0 answers
Using formatter advance custom fields in zapier for date formatting
I have a field in zapier for formatter for changing format of the date . Right now my date is in the format “31-08-2019, 3pm-6pm “
I want to format it in such a way that I am able to get the output like
“31-08-2019 3pm “
Don’t know how to use such…

king10
- 23
- 1
- 5
0
votes
1 answer
Zapier StoreClient undefined
I'm trying to store state between calls similar to the documentation here: https://zapier.com/apps/code/help#code-examples
However, I try to run the code from a Zap, I get:
StoreClient is not defined
The documentation states that I shouldn't…

John Hall
- 3
- 1
0
votes
1 answer
Got a non-object result, expected an object from create Zapier?
I am getting the buffer by request module of NPM & from that buffer i am parsing the pdf with another module pdf-parse. While executing the zap i am getting the error as:
Unhandled error: CheckError: Invalid API Response:
- Got a non-object…

TechChain
- 8,404
- 29
- 103
- 228
0
votes
1 answer
Cannot unpause a Zap ending with a search in zapier?
I have created a zap which get file name from dropbox & send it to an API call, this api creates item on sever & then i call another api which search for item by itemid.
so steps are
Get item name from dropbox(Used dropbox zap)
Create an item on…

TechChain
- 8,404
- 29
- 103
- 228
0
votes
1 answer
Zapier CLI, using choices on inputFields does not show it in the form when creating new Zap
I am following the docs from zapier-platform-schema to set choices in the hook trigger inputFields, but they are not shown in the form when creating new Zap.
I do the following:
{
key: 'booking',
noun: 'Booking',
display: {
…

Martin Tsenov
- 1
- 1
0
votes
1 answer
Modify Returned Response
I am trying to get a Session Key response to use in my future request inside a Zapier Session Authentication, however the response back from a successful authentication is "OK: hbsdakjdkaskjdfvbasdkjh". I need the hbsdakjdkaskjdfvbasdkjh extracted…

Daryl
- 15
- 3
0
votes
1 answer
How to see list of user using our zapier application?
I have gone through all tabs like history, monitoring, version etc, but couldn't see user list in developer dashboard.
0
votes
1 answer
Zapier not sending all data in body of request
I'm trying to send some data to an API but Zapier will only send the first line that is in my body any suggestions on how to get all the data to send to the API. So in the code below the z.JSON.stringify(bundle.inputData.data) will send but…

Luke
- 105
- 7
0
votes
1 answer
Need to validate zapier cli input field with custom values
I have a list of values and user input should be from my list of custom values. Please check my input field below:
{
key:"timezone",
label: "Timezone",
type: "string",
required: true,
}
I want to validate with "TZ database name" column.…

Anuj Negi
- 628
- 1
- 6
- 27
0
votes
1 answer
Not able to post file with original filename on Zapier Custom CLI APP action
I am creating a ZAPIER CLI APP, In the APP I am creating a action to upload file via the rest API.
I'm following this example app Sample APP with the small change I have only one input field "file", there is no input field for "filename" in my…

Kishor Patidar
- 623
- 12
- 23
0
votes
1 answer
Cant find information about acceptable response from my site to zapier app on test step (It's "Action" on my site )
I can't find information about acceptable response content or code status from my site to zapier app on test step.
I have my site on Laravel and Zapier app for this site. In my Zapier app I have an action: "Create New Project". I made my "create"…

Mark Vortman
- 3
- 1
0
votes
1 answer
Zapier form dynamic inputFields manipulation
I'd like to manipulate the input fields of a trigger form dynamically:
I have a trigger 'hidden' with a combo-box in a form
Each time I update the combo, it should add one or more combo-boxes in the same form depending on the value
I couldn't find…

Vlad
- 287
- 3
- 13