Hi. I want to create a flow that will update a hubspot deal property through a slack message.
So the slack message will have an interactive button built in, which when clicked on, will update the respective hubspot property.
I am able to build the button through Slack Block builder, But I’m not able to link that with the respective deal. Is there a way to do it without writing any code for it?
Thank you!
Hello! Welcome to the Make community!
Did you already create a Slack App and configured its Interactivity so that it call a Make Webhook Scenario?
If yes, the scenario will still need the ID of the Deal, or an field that can uniquely identify the Deal you want to update.
From the time your scenario gets the information filled by the user un Slack, you will be able to update the Deal in Hubspot accordingly.
Eventually, can you show me where you are now, the configuration of the Slack App, do you use a Slash Command, show me your block kit, etc. Any information that can help me see where I could help you
Regards,
Benjamin
Hi Bejamin. I haven’t created a slack app. I just tried playing around the Slack Block Builder tool (Slack)
I have a make scenario ready, which looks into the huspot property being updated, and sends a notifcation. I can use the code from the block builder to add a button, but I can’t seem to get the buttons to update hubspot.
I can’t write code for the same, so I wanted to know if there’s a no code option
What I did so far is to configure a slack app so that it calls a webhook scenario with all relevant data.
When the button is clicked, what happens?
And how does the user get the form and button to update data?
Can you show us what you did so far?