You can integrate a BloX widget with other third-party tools, such as an online project or task
management tool, to foster discussion and collaboration. For example, you can create a BloX form for users to post
comments to their AirTable project, team Slack channel, or any other application.
The below example is for Slack.

To integrate with Slack:
- Add a form widget for users to enter their comments onto the dashboard. For instructions on creating form
widgets, see Creating Forms.
- Create an action button (use the Submit action type), upon clicking which the users will be able to post their
comments directly from the dashboard to their destination application, such as AirTable project or Slack
channel. For instructions on creating action buttons, see Creating Actions.
- Create a webhook in Zapier (for details, click here.
Use the Catch Hook type.
- Copy the url you received for the webhook and go back to BloX. Go to BloX and paste this url into the action's URL attribute.
- Fill in the BloX form and click your action button to submit the request. This behaves as a sample that Zapier
uses to set up your zap. Then go back to Zapier and click OK, I did this.
- In Zapier, connect this webhook to the desired Slack channel / private message.
Now, when users enter information in the BloX form and submit it using the action button, this information will
be posted to the defined Slack channel / private message.
Code sample:
"actions": [
{
"type": "Action.Submit",
"title": "post",
"url": "https://hooks.zapier.com/hooks/catch/4011053/jShcs",
"title": "Submit",
"data": {
}
]