Skip to content

Commit

Permalink
Explicitly enable webhooks for conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed May 27, 2024
1 parent f601988 commit 908b64b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ const createFlexChannel = async (
.update({
attributes: JSON.stringify({
...channelAttributes,
xTwilioWebhookEnabled: 'true',
channel_type: channelType,
senderScreenName, // TODO: in Twitter this is "twitterUserHandle". Rework that in the UI when we use this
twilioNumber,
Expand Down

0 comments on commit 908b64b

Please sign in to comment.