You are a developer in the HR department working on designing a workflow for vacation requests to be approved. A third-party service sends the vacation requests as Slack messages and the content of the messages can be modified.
Which app concept should you implement so that app managers can approve vacation requests and have an updated message shown in Slack once the request has been approved?
What should an app do if it receives a 'rate_limited' response from the Web API?
Each time a user invokes one of your app's slash commands, a request is dispatched to your app. The request contains information about the command, the user who executed it, where it was run, and a response_url you can use to further interact with users.
Which restriction applies when using a slash command's response_url?