Questions tagged [zapier-cli]

112 questions
0
votes
1 answer

Zapier trigger on update

I want to write an update trigger for my Zapier app as Trello has "Card Updated" - "Triggers when a Card is updated in Trello.". However, I can't find any good examples, any idea how to do that? Thanks
0
votes
0 answers

zapier cli app custom trigger sending duplicate fields to action app after pushed a new version

I have attached a screenshot where I am mapping output fileds sending from my custom trigger of zapier cli app. Everyhing is working fine but showing duplicate fields as you can see it on below image.
Anuj Negi
  • 628
  • 1
  • 6
  • 27
0
votes
1 answer

Zapier lazy load input fields choices

I'm building a Zapier app for a platform that have dynamic fields. I have an API that returns the list of fields for one of my resource (for example) : [ { name: "First Name", key: "first_name", type: "String" }, { name: "Civility", key:…
rmonjo
  • 2,675
  • 5
  • 30
  • 37
0
votes
1 answer

Zapier Cli - Setting choices on outputFields does show value, not displaytext

I have an outputField "mchoice2". This is the definition of the outputField: [{"label":"mchoice2","choices":{"m":"Mac OS","w":"Windows 10"}, "type":"text","key":"mchoice2","required":false,"help_text":""}] My request returns: { mchoice2: 'm' } But…
0
votes
1 answer

Zapier Trigger: Remove "Other options" from dynamic dropdown

I'd like to remove the "other options" in the dynamic dropdown (and remove the ID of the available options). How can i do that?
0
votes
1 answer

Zapier Trigger: Skipping user entry of an inputField, if only one option is available

We have a Zapier trigger, which uses a dynamic inputField for choosing the correct counterpart in our software. When setting up a Zap, the user always sees a dialog containing the dynamic dropdown. if there is only one value available in the…
0
votes
1 answer

Zapier Cli: Not able to set authentication.connectionLabel dynamically

Following the developer docs, I have attempted numerous variations trying to achieve this. I would like to extract the label from the token payload, if not I can build it from the /me response body. This is my latest attempt: var jwtDecode =…
smactive
  • 58
  • 1
  • 7
0
votes
1 answer

How to create resthook trigger in Zapier?

As I am trying to implement Zapier in my angular application. But I didn't get that how can I create rest hook trigger in Zapier and use that URL in my angular application. I want to hit that rest hook URL every time new customer created and tell …
Lakhvir Singh
  • 664
  • 4
  • 15
  • 35
0
votes
1 answer

Get raw data from the previous step in Zapier

In my Zapier CLI app, I need to receive raw data from the previous step. Is there a way to achieve that?
Ikbel
  • 7,721
  • 3
  • 34
  • 45
0
votes
1 answer

Zapier validate method returns error

. This is the error I get when I run "zapier validate" command. My package.json file has this code : "name": "github-example-app", "version": "1.0.0", "description": "An example app for the Zapier platform.", "repository":…
Mainak
  • 469
  • 3
  • 9
  • 33
0
votes
1 answer

Zapier Cli - Is there a way to send line items from Shopify to my Zapier CLI App?

Just like this zap, how can i accept line items from Shopify app into my Zapier Cli app? What should be the inputFields and how should I map them to Shopify line items?
Haris ur Rehman
  • 2,593
  • 30
  • 41
0
votes
1 answer

Zapier Cli - Unhandled error

I’m creating an app that (for now) takes a file as input and returns its hash (sha256). It works fine as long as the user use a file as input, but if he puts something else (a string for example), the application silently fails (there is a stack…
max-lt
  • 1,037
  • 10
  • 12
0
votes
1 answer

zapier salesforce trigger for update lead

I was trying to create a salesforce integration using zapier. able to trigger action when a new lead is created. I want to know if there is a way to trigger when an existing lead is updated. In Zapier documentation in the supported triggers update…
0
votes
2 answers

Calling Zapier trigger from Django Code

Is there any way I can call the "Zapier trigger" from my Django Code, Basically, I am having a Django form where the user will enter several email-id and when the user clicks on send button then I want to send this form data to Zapier in order to do…
shankarj67
  • 979
  • 1
  • 9
  • 10
0
votes
1 answer

How to make Chatfuel read JSON file stored in Zapier?

In my Chatfuel block I collect a {{user input}} and POST a JSON in a Zapier webhook. So far so good. After that, my local Pyhon reads this JSON from Zapier storage successfully url = 'https://store.zapier.com/api/records?secret=password' response =…
razimbres
  • 4,715
  • 5
  • 23
  • 50