I have a slash command in a slack call in zapier webhook.
The sample command I installed:
/ todo [Name] [User]
In Zapier, the inbound Web site has a text attribute that displays [Name] [User] as a string value. The problem is that I want to have access to individual variables, not just a text string representing the entire command.
Is there a way in Slack to separate variables so that I can match [Title] with the title form attribute in the POST command, as well as the [User] attribute for the user?
If not, is it possible to perform string parsing / string index in Zapier?
source
share