diff --git a/functions/helpers/customChannels/customChannelToFlex.private.ts b/functions/helpers/customChannels/customChannelToFlex.private.ts index ac0185d2..9b4a8cea 100644 --- a/functions/helpers/customChannels/customChannelToFlex.private.ts +++ b/functions/helpers/customChannels/customChannelToFlex.private.ts @@ -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,