I want to create a slack message button and I understand that when the user clicks this button, Slack performs a callback to your app's "action URL" (called "request URL" in app's Interactive Messages settings).
Can I somehow specify this URL dynamically? If not, how do people deal with staging/test servers, etc?