Studio retains Execution logs for 30 days after Executions end. However, Executions that have not ended within 60 days of
Author: Yvonne Lu
Twilio Modify Chat Widget UI
Flex UI API Reference Configure WebChat UI Add/Remove UI Components Add a mute button to the main header example: Flex.MainHeader.Content.add(,
Twilio Web Chat
Although Twilio is planning on sunsetting the webchat interface in July 25, 2022 , webchat interface in Flex will continued to
Twilio Custom Task Channel
Task Channel Definition To add a custom channel, you need to make changes in the following places: Add a custom
DynamoDB Query
DynamoDB Class Definition DynamoDB query cheat sheet So, all the logical operations that Dynamo supports for a query operations EQ
Javascript object conversions
String to object const obj = JSON.parse(‘{“name”:”John”, “age”:30, “city”:”New York”}’); Copy object (not just put another pointer to it) let
Useful Linux Commands
Show all cron jobs: sudo crontab -l Schedule cron job: #Example of job definition: # .—————- minute (0 – 59)
Twilio CLI
After install, set up Twilio profile set TWILIO_ACCOUNT_SID=your Account SID from twil.io/console set TWILIO_AUTH_TOKEN=your Auth Token from twil.io/console twilio profiles:create
Twilio Authentication on Webhook Callbacks
Twilio authenticates webhooks by calculating a signature based on the webhook url and parameters. The parameters are sorted and all
Git Notes
if you want to create a new branch AND check it out at the same time, you can simply type