So in the section shown in the image, how do I activate the webhook?
I set up a make webhook and verified it, but I can’t get it to switch from inactive to active.
Am I missing something? I don’t really know a lot about webhooks tbh. Just how to map the data when I get it in automations.
You need to go through a verification process for the webhook, so in your case, you are using Make to receive the data so set your webhook in Make to run once then click the verify button next to the webhook in Tape:
you now need to send the information back into Tape so it knows it is a verified webhook you can do this by running curl request from your machine (replace with your information):
Alright, I thought I had it because the webhook changed to active, but now when i try and redetermine the data structure in make to read the tape app data sent when a new record is created, It keeps coming through as a verify instead of record.created. So i can’t see any of the app data fields in make.
Although often in Make I find I have to do the redetermine and then a run once (then create a new record again) for the updated payload to be visible in Make.
So maybe I am just missing something in the instructions here, because I do get the webhook events that show like yours, with the record_id and revision_id. What I am missing is all of the field data from the app. Like say i want to create a record in a google sheet, I need the field data to come from tape into make to be able to map it, but im not getting the fields from tha app
How would the verification work with MS Teams? I doubt I have a chance to directly confirm the verification via Teams. I probably need some layer in between?
(I know how I can do it with a layer in between - but is there a smarter way with Teams directly?)