Hello,
I need to create fax received Webhook Subscriptions for several environments our API (containing the DELIVERY_ADDRESS) is running in. I have the following questions.
When using a C# console application do these subscriptions only need to be executed one time for each environment?
What is the default "expiresIn" value if this value is omitted?
What is the maximum value "expiresIn" can be set to?
Will the notification payload received be sent directly to our API endpoint DELIVERY_ADDRESS or do we have add code to our Startup file to handle it?
Thank you.