Forum Discussion
JustinTorrence
Qrew Cadet
It looks like there isn't any explicit support in Pipelines for deleting a file attachment.
You could use the "Make Request" action in the Quickbase Channel under "Quickbase APIs" for this. This basically allows you to create your own custom Quickbase Pipeline Action (You just have to know enough about the API to form the call)
@Mark Shnier (YQC) has done some of the heavy lifting for you in his reply, if you wanted to use the HTTP API instead of the Restful API.
------------------------------
Justin Torrence
Quickbase Expert, Jaybird Technologies
jtorrence@jaybirdtechnologies.com
https://www.jaybirdtechnologies.com/#community-post
------------------------------
MarkShnier__You
4 years agoQrew Legend
Here is an example of how to make a webhook to Quickbase
Webhook.
Make Request
a bunch of the top fields are left blank
URL
https://mycompany .quickbase.com/db/xxxxxxxx (ie the target table)
Method
POST
(more)
Content Type
Application/XML
(strangely, the Body is entered next but when saved comes back in the sequence below)
Headers (list)
Name
QUICKBASE-ACTION
Value
API_RunImport ( in your case API_EditRecord)
Body
<qdbapi>
<usertoken>bxv4tx_wve_dcxcxcxcxcxcxcxcxc</usertoken>
<id>10</id>
</qdbapi>
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Webhook.
Make Request
a bunch of the top fields are left blank
URL
https://mycompany .quickbase.com/db/xxxxxxxx (ie the target table)
Method
POST
(more)
Content Type
Application/XML
(strangely, the Body is entered next but when saved comes back in the sequence below)
Headers (list)
Name
QUICKBASE-ACTION
Value
API_RunImport ( in your case API_EditRecord)
Body
<qdbapi>
<usertoken>bxv4tx_wve_dcxcxcxcxcxcxcxcxc</usertoken>
<id>10</id>
</qdbapi>
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- JustinTorrence4 years agoQrew Cadet
Do you know if Quickbase going to be deprecating Webhooks and Actions along with Automations? Or will those be here to stay?
------------------------------
Justin Torrence
Quickbase Expert, Jaybird Technologies
jtorrence@jaybirdtechnologies.com
https://www.jaybirdtechnologies.com/#community-post
------------------------------- MarkShnier__You4 years agoQrew LegendMaybe "aspirationally" but likely many many years from now or never.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------ - EvanMartinez4 years agoQuickbase StaffHi Justin,
To follow up on Mark's answer we don't have any plans to close out Webhooks or Actions at this time. They both make use of our underlying Webhooks capabilities and not on a devoted engine like Automations does so they don't need to be tied together.
------------------------------
Evan Martinez
------------------------------