Forum Discussion
PrashantMaheshw
3 years agoQrew Captain
Some brainstorming
Method 1
- When triggering the button which triggers the web hook , we can edit the record with API_edit to turn a checkbox ON in the same record
- Post Step C in your pipeline , we can search for the record for record with checkbox ON , insert Record ID#
- Turn the Checkbox Off
Method 2 : Require control over incoming web hook
- When trigger the web hook , we can send the Record ID# of the said record to the web hook in a data field
- We can get the Record ID# back in Incoming Webhook trigger
------------------------------
Prashant Maheshwari
------------------------------
SLMPACDevelopme
3 years agoQrew Member
I think method 2 is what I was thinking but I used the wrong terms. I'm not positive how to send the record ID through with the webhook request (step A) as you describe. Do you have a resource to point me to, or do you mind talking through that a bit more?
- PrashantMaheshw3 years agoQrew CaptainI'm not very great with web hook but what I mean is when you are triggering your web hook , check if additional data could be sent in the body of web hook which can be parsed .
You could try contacting the Developer of your where you are triggering web hook if they support , if not method #1 is also easy
------------------------------
Prashant Maheshwari
------------------------------