Hi,
I’m a non-coder and was trying to setup Zapier integration for my Monday.
I build list in GetResponse and wanted to push the contacts to a Monday board and create items for each contact.
Everything works fine but I’m stuck in mutating the column data. With zapier I can directly create an item for each new contacts in Monday but whenever I try to add column data(e.g. email, phone) it doesn’t work.
I tried to use the format mentioned in the API v2 documentation(I’m using API v2) but it didn’t work.
I badly need help on how to do this. Currently I’m pushing all the data in Item ID but I need to start automation in Monday and for that I need to mutate the columns.
Thanks in advance.
Awesome. You’re almost there – you need to include the column ID on the left hand side of the colon, and the full column data on the right hand side. You can get the column ID by enabling developer mode in monday.labs and then clicking the column dropdown menu:
Hi!
I am trying to resolve similar issue, so I decided to post this question here.
I am trying to pull out phone number from shopify and put it inside phone column. I’ve tried
using your input above to do that. It worked for me when I tried with email address, but when I use phone record it shows error 500 in Zapier an do not transfer data to monday. I tried to do that without any Zapier variables (fixed phone number as showed above).
My phone column id is “phone9” and my JSON value is:
{“phone9” : {“phone” : “+48555555555”, “countryShortName” : “PL”}}
Are you able to tell me what is wrong?! Zrzut ekranu 2020-06-3 o 17.10.23|690x331
Best regards to all!
I’m trying to populate my my group withing the board with a new item from a webform (WiX in particular) and integrate the form contents in various columns of a new item. This code did not seem to work, are you able to assist me? See below:
I’m having trouble sending across a date to Monday via Zapier.
I’ve tried different formats and nothing worked.
What is the correct format to send it across?
edit:
Below is the test results of my latest attempt.
The app returned “Internal server error”.
{“date” : 2020-06-12}
I’m having the same kind of issues where I can only port 1 item over. None of the other information will come over. Hopefully someone can help with this.
I’m trying to send Facebook Leads data into MONDAY via Zapier.
I keep receiving the 500 error.
Can someone please help me into identifying what I’m doing wrong. Is is the syntax? Is it the variables used from facebook which contain weird characters? I have no idea.!
Column ID’s:
Phone = phone
E-mail = e_mail
Ad Name = tekst2
I tried doing this:
{
“phone” : {“phone” : ”FacebookPhone”},
“e_mail” : {“email” : "FacebookEmail”},
“tekst2” : {“text” : "FacebookAdGroup”}
}
And also this:
{“phone” : {“phone”:”FacebookPhone”}, “e_mail”:{“email”:"FacebookEmail”}, “tekst2”:{“text”:"FacebookAdGroup”}}
It feels like there’s some bugs with the Zapier + Monday.com integrations. I’ve tried for over a day to build an integration updating data from a Google Sheet into a Monday.com board. However I would get tons of errors, and even when the Zapier eventually ran successfully it didn’t populate all the columns that it was set to.
Would be nice with an update from Monday.com team on this. Support didn’t offer any help.
The Email column is wrong. You need to specify both of the values.
{“phone” : “phone”:”FacebookPhone”, “e_mail”:{“email”:"FacebookEmail”, “text”: “FacebookEmail”}, “tekst2”:{“text”:"FacebookAdGroup”}}
You also do not need the {} around the phone number, it is just for some special columns such as email, longtext, dropdown and a few more.