Integrate with Google Chat
Send customized Google chat messages directly from a Next Matter process to dedicated channels.
Before you begin
It might also happen that a placeholder can be replaced by a data reference of the data provided in one of the previous steps. That's why it's a good idea to learn more about Data references.
Create the Next Matter Bot in your Google Chat room
- In your Gmail click Spaces.
- At the top, next to the space title, click the down arrow and select Apps & integrations.
- Click Manage webhooks.
- If this space already has other webhooks, click Add another. Otherwise, skip this step.
- Enter the name for the webhook, for example, Next Matter bot.
- Click SAVE.
Configure the notification step in a process
- In your Next Matter portal, click Workflows, and then click the process you want to send messages to Slack.
- Click Edit process.
- Click +Add step and select Integration > Custom integration.
- Click Settings to configure the step.
- Enter the following details:
- Method: POST
- URL:
Google_Webhook_URL
- Headers: Content-Type: application/json
- In the Body enter the text of the message. For example, the body might look like the following.
{ {"text":"my_text"} }
- Save your changes.
Updated 2 months ago