1,144 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
56
views
Oauth v2 integration with zapier take me 404 error on redirection url
I have setup private app in zapier. I have setup oauth v2 authorisation for connect to my app.
const zapierUrl =
`https://xxxxxxxxx.ngrok-free.app/zapier-oauth/authorize` +
`?token=x` +
`&...
0
votes
1
answer
63
views
Zapier Code by Zapier not counting quantities for bundled products in Shopify subscription orders
Problem Summary
I'm using Zapier to extract data from Shopify orders and send it to Google Sheets. Products within subscription bundles are showing quantity 0, when I run tests it counts fine. But, ...
1
vote
1
answer
44
views
When using Get Items by Column Value in Zapier to retrieve items from a Monday board, what is the maximum number of items returned?
I have a board in Monday called specifications, in it I define a test suite, a test name and the min and max values. I want to retrieve all tests by their test suite name, pull that into Zapier as ...
1
vote
1
answer
94
views
How to solve "only absolute urls are supported" in Zapier when connecting GoCardLess and LexOffice?
This is my Javascript code. I'm having an issue because as you can see in the picture that I have attached, it says that "only absolute urls are supported" even though my values are in '...
0
votes
0
answers
23
views
Why does OpenAIAgent only use the first tool from a Zapier tool list in llama-index?
I am using llama-index with OpenAI and Zapier NLA to create an agent that can execute multiple actions. However, my
OpenAIAgent
only selects the first tool from the list and ignores the others.
What ...
0
votes
0
answers
19
views
Jira <> Airtable Zap
I've set up a Zap so every time a new Jira issue is created (for certain params) then a record is created in a specific table within Airtable.
I'm running into a challenge creating a Zap that will ...
0
votes
0
answers
46
views
400 error posting from Zapier to Sendgrid
I am trying to get Zapier to post to Sendgrid.
I cannot use the basic connector as I need to pass a custom field.
I have followed the guide:
https://www.twilio.com/docs/sendgrid/api-reference/contacts/...
0
votes
0
answers
24
views
I'm working on automating the process of adding events from Google Calendar to a Notion database using Zapier
I'm working on automating the process of adding events from Google Calendar to a Notion database using Zapier.
However, Notion is not correctly detecting the date and time from Google Calendar.
For ...
-3
votes
1
answer
95
views
Twilio API on Zapier (Error: Invalid Phone Number)
I’ve been working with the Twilio API on Zapier to send WhatsApp messages and have hit a persistent issue. Despite extensive troubleshooting, I’m still getting the following error:
Data Message:
The '...
0
votes
2
answers
187
views
Open zapier chatbot on "Contact Us" button click also
I am using zapier chatbot and below is the embed code of the chatbot
<script async type='module' src='https://interfaces.zapier.com/assets/web-components/zapier-interfaces/zapier-interfaces.esm.js'&...
-1
votes
1
answer
103
views
Custom message format for Telegram using Zapier
I found zapier in order to connect the YouTube and send messages to a Telegram channel.
I am trying to make a custom format but can not manage it.
What i want to achieve:
image on top (without any ...
0
votes
1
answer
75
views
using Twilio step on Zapier for dyanmic set of receives/messages
I have a code-by-Zapier step that returns this:
console.log({inputData});
return {"messages":[
{"to":"+17375554824","val":"hi there alex"},
{&...
-1
votes
1
answer
118
views
Call Rest API from Webhook
Our ticket system has a REST api and I wish to create a new ticket when a chat is completed in RocketChat. RocketChat can call webhooks.
How can I get the two to talk together? Is Zapier the only way?
...
1
vote
1
answer
306
views
Posting to LinkedIn through API call to post through Zapier
This is mainly a question about the LinkedIn versioned API (https://api.linkedin.com/rest/posts).
I had hoped to use Zapier for a no-code solution, but their LinkedIn posting options are limiting to ...
0
votes
1
answer
74
views
Gallery Card Automation in manychat through zapier
So i am working on a instagram dm automation where i wish to showcase products as gallery cards. I am currently using zapier to fetch the products data from my wix store using a webhook block, then ...