I wonder if there is any way that my integration backend can authenticate the submitted request from that dialog. I understood that for interactive messages, I can use the context part of the JSON payload to pass along a secret that my backend can validate. Is there anything similar that I can use with interactive dialogs?
@alex_enyway, I’d suggest using the trigger_id for this purpose. It’s effectively a shared secret between the server and your integration that should remain protected if your integration accepts connections over TLS.