My app has multiple triggers that I want to be able to tell Zapier about, all via the REST hooks.
Based on exploring the Platform UI, it seems that for each trigger, Zapier will subscribe to a different webhook. This means my app should have different REST hook subscription URLs, e.g. foobar.com/api/trigger-one and foobar.com/api/trigger-two, is that correct? Also that Zapier will provide a different webhook URL for each trigger, which my app will save and use depending on which trigger has triggered, correct?
In other words, the specific trigger type is indicated by the REST hook subscription URLs themselves and the callback webhooks, as opposed to via a GET parameter or something inside the payload sent to the webhook, yes?