Update signal group name with Zammad ticket number
This commit is contained in:
parent
20ef676cf1
commit
75c7f3ff76
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ const sendSignalMessageTask = async ({
|
||||||
// If sending to a phone number and auto-groups is enabled, create a group first
|
// If sending to a phone number and auto-groups is enabled, create a group first
|
||||||
if (enableAutoGroups && !isGroupId && to && conversationId) {
|
if (enableAutoGroups && !isGroupId && to && conversationId) {
|
||||||
try {
|
try {
|
||||||
const groupName = `Support: ${to}`;
|
const groupName = `Support request: ${conversationId}`;
|
||||||
const createGroupResponse = await groupsClient.v1GroupsNumberPost({
|
const createGroupResponse = await groupsClient.v1GroupsNumberPost({
|
||||||
number: bot.phoneNumber,
|
number: bot.phoneNumber,
|
||||||
data: {
|
data: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue