$$ANON_USER$$ avatar image $$ANON_USER$$ asked • 6 hours ago Can I set a dynamic webhook for my Fax app?
I'm trying to migrate from another provider where I was using a dynamic webhook endpoint to receive the fax status updates, my app was generating a URL like this: htttps://www.myapp.com/fax_messages/:fax_message_id/status_update (where :fax_message_id is a numeric value) and I was providing it as a status callback when calling the send fax endpoint.
Can I do something like that in Telnyx? My programmable fax app required me to set a fixed webhook URL but I just put whatever there for now, can I provide the webhook URL as a parameter when calling the send fax endpoint?