Integrate with Google Chat
Send customized Google chat messages directly from a Next Matter process to dedicated channels.
Before you begin
- Check the required scopes to learn more about which data is shared between the apps.
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 workflow 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 1 day ago