I Created a trigger and manage a subscription webhook. In webhook, I set the zap_id to get the reference of zap.I use {{bundle.meta.zap.id}} to get zap id in webhook of subscription.
Initially, it got the correct numeric format (126555555)
One of initial responses :
{"hookUrl":"https://hooks.zapier.com/hooks/standard/2170433/37e121ed723344518e71aa6476a4e0a1/","action":"subscribe","site":"beta","zap_id":126955550,"trigger_type":"file_upload"}
but since yesterday It gives this as a result of zapid (subscription: 3123456)
Current Response :
{"hookUrl":"https://hooks.zapier.com/hooks/standard/2170433/fa3e1ebe3cc4425494173f2d392832ae/","action":"subscribe","site":"beta","zap_id":"subscription:3313077","trigger_type":"new_lead"}
AS you can see in the both responses i get different zapIDs.
Can you please help me with that?
Thank you