When called it posts the name, location, and message to a discord channel. I would like this extended.
What I would, ideally, need is to figure out how Zapier could create a new task in Phabricator manifest titled a unique name of some kind with the context including name, location, and message, and put it on a projects workboard under a specific category and assign users to it.
I feel like this is possible but cannot figure out the proper syntax.
It really is a shame there is no Phabricator integration currently, as it is pretty popular.
Best answer by nicksimard
Hi @Josh1207!
I see that you also posted on Stack Overflow then added your own solution. I’m going to add that here, to help anyone else who might come across this thread :)
For those seeking similar, I found a way that worked for me :
I went in to conduit / maniphest.edit and used this JSON in the first field to get my desired curl output : [{"type":"title", "value":"test title"},{"type":"description", "value":"This is the description."},{"type":"projects.set", "value":["PHID-PROJ-4dufje6oug3liomahstg"]}]
I see that you also posted on Stack Overflow then added your own solution. I’m going to add that here, to help anyone else who might come across this thread :)
For those seeking similar, I found a way that worked for me :
I went in to conduit / maniphest.edit and used this JSON in the first field to get my desired curl output : [{"type":"title", "value":"test title"},{"type":"description", "value":"This is the description."},{"type":"projects.set", "value":["PHID-PROJ-4dufje6oug3liomahstg"]}]
I put the python in to the Zapier python module, replacing text in several places with the variables that Zapier provides.
ZapConnect 2026 is coming
Join us September 23rd, 2026 for a free, one-day virtual event with 30+ sessions on AI automation. Get live build-alongs, playbooks, and strategies to lead AI transformation at your organization.