zapier

getting message “Make sure you have at least one recent message created.” in ZAPIER

有些话、适合烂在心里 提交于 2019-12-13 08:52:32
问题 I am working on zapier, where I have created a zap with my app(Test Message) as trigger , now when I test my app as trigger while making a zap it shows "Make sure you have at least one recent Test Message created." and therefore i have to skip the test and make an action without testing my trigger. Please tell me where i am going wrong. thanks in advance 回答1: This means that your trigger isn't working or you didn't test it per the instructions. You need to cause your external system to

getting message “Make sure you have at least one recent message created.” in ZAPIER

我怕爱的太早我们不能终老 提交于 2019-12-13 08:52:29
问题 I am working on zapier, where I have created a zap with my app(Test Message) as trigger , now when I test my app as trigger while making a zap it shows "Make sure you have at least one recent Test Message created." and therefore i have to skip the test and make an action without testing my trigger. 回答1: This means that your trigger isn't working or you didn't test it per the instructions. You need to cause your external system to perform the action that would have caused your Zap to trigger.

how to trigger webhook from zapier code

旧街凉风 提交于 2019-12-13 08:45:37
问题 I have 2 zaps. First finishes with Code by Zapier block, where I parse input information from previous steps getting array with data e.g.: var elements = [{id: 12, calculatedValue: 13},{id: 13, calculatedValue: 'red'}] then in a loop I traverse it, create requests bodies var options = { "url": "https://hooks.zapier.com/hooks/catch/xxxxxx/xxxxxx/", "method": "POST" }, requests = elements.map(mapDataToSettings); function mapDataToSettings(elem) { var settings = Object.assign({}, options);

basic http auth in zappier code

孤者浪人 提交于 2019-12-12 04:57:52
问题 I'm trying to send HTTP request with Zapier Code to hit my API to do some GET and POST requests. API requires API_KEY in form of authorization header to understand my requests. Here is code I'm running var settings = { "url": "https://<HOST>/api/v1/siteinfo", "method": "GET", "headers": { "authorization": "Basic <TOKEN>", "cache-control": "no-cache" } } fetch(settings.url, settings) .then(function (r) { callback({data: r}); }).catch(callback); But get this error: What is wrong with my code?

Parse array coming into Zapier

强颜欢笑 提交于 2019-12-12 04:45:05
问题 I'm fairly new to Zapier and at present I am using the Zapier webhooks to retrieve information that comes from one of my vendors. The problem is some of the values that need to extract from the vendor are not coming in as a single string but rather as some type of array. I was wondering if anyone here had an idea on how i would go about splitting up the information i receive here so i can map them to the correct fields in my CRM. Here is what the value looks like when i first view it in

VSTS Build failes when triggered by Zapier

喜欢而已 提交于 2019-12-12 03:17:24
问题 I have build definition that builds using VSBuild. When triggered from web interface it works perfectly. But when triggered from Zapier it fails with following error: [error]C:\TFSAgent_work\1\s\CityExpert.sln.metaproj(0,0): Error MSB4126: The specified solution configuration "CRMDev|any cpu" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those

Retrieving JSON in Python in response to POST

◇◆丶佛笑我妖孽 提交于 2019-12-11 18:31:22
问题 I'm trying to get a JSON from a server to use it in a Python code. For test purposes, I did POST by curl : $ curl -u trial:trial -H "Content-Type: application/json" -X POST -d '{"BP_TSM":"22"}' http://some-host --trace-ascii - My Java code seems to correctly handle creating JSON as a response. Please look at the result of curl command: == Info: About to connect() to localhost port 8080 (#0) == Info: Trying ::1... == Info: Connected to localhost (::1) port 8080 (#0) == Info: Server auth using

Select Statement Nested Query

六眼飞鱼酱① 提交于 2019-12-11 16:57:08
问题 I am using Zapier to add rows to SQL Server tables. However, I have needed to use the find row via custom query and create specific INSERT statements However, Zapier will only work if there is select statement at the start of the query. The insert works but the flow fails as Zapier can only process one query / statement. My query is insert into Table_A (EntryID, FirstName) output inserted.EntryID, inserted.FirstName into Table_B (EntryID, Firstname) values (102, 'Fred') select * from ILR_Test

How to invoke a custom POST REST API using Zapier for Cumulocity?

荒凉一梦 提交于 2019-12-11 16:16:40
问题 I have gone through Zapier and Cumulocity's Real time messaging concepts and Smart rules etc. Though this is a mix of theoretical and little implementation but I am still bit confused before actually trying out all possible options because of a time constraint at my part . Can someone give me a complete example on how to invoke a custome webhook using Zapier when my Smart rule is triggered as mentioned here ? 来源: https://stackoverflow.com/questions/48876012/how-to-invoke-a-custom-post-rest

Q&A: How to setup Quickbooks OAuth2 on Zapier

馋奶兔 提交于 2019-12-11 15:35:27
问题 Zapier has been a handy way to connect to API's like quickbooks. However there is very little documentation on how to set this up, which caused me to spend weeks figuring it out (hopefully for you this will help!). This is a Q&A post, however if anyone has input that will improve this information please feel free to share here. If you find yourself in a situation like mine and you are looking on how to also make an 'action' or 'trigger' for quickbooks just leave a comment and I can work on a