1. Webhook receivers and templates are per network. If I'd like to make a custom template to use for a receiver I am creating in each network, does that mean I need to make the templates as such (since template names appear to need to be unique organization-wide):
- My_Template_Network_1
- My_Template_Network_2
- My_Template_Network_3
in order to get the same template on each network?
2. I have a liquid header configured like such:
sharedSecret | {{ sharedSecret }}
If I populate my webhook data with a value and generate a preview, I can see my value as expected. However, once I use this template for a receiver and send a test, the sharedSecret header is empty, despite my receiver being configured with a shared secret. Any ideas?
The setup in general is appearing to be sort of jank, so I'm assuming I'm missing something here.