From 3c9372f5d694a755289e1294126762a21a5fb5d6 Mon Sep 17 00:00:00 2001 From: spindelwebservices <42664823+spindelwebservices@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:17:21 -0600 Subject: [PATCH] Update twilio.markdown (#31835) --- source/_integrations/twilio.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/twilio.markdown b/source/_integrations/twilio.markdown index 7670508c090..9a9f7e706ad 100644 --- a/source/_integrations/twilio.markdown +++ b/source/_integrations/twilio.markdown @@ -47,7 +47,7 @@ To set it up, go to the integrations page in the configuration screen and find T You will get a URL of the following format: `https:///api/webhook/9940e99a26fae4dcf6fe0a478124b6b58b578ea4c55c9a584beb1c9f5057bb91`. To generate inbound events, you have to configure your [webhooks with Twilio](https://www.twilio.com/docs/glossary/what-is-a-webhook): - Go to your Twilio [console](https://www.twilio.com/console). - - Under **phone numbers** > **active numbers** > (select number) > **configure**. + - Under **phone numbers** > **manage** > **active numbers** > (select number) > **configure**. - Paste your URL in the webhook URL box for **A call comes in** and **A message comes in** and save. Events coming in from Twilio will be available as events in Home Assistant and are fired as `twilio_data_received`. The data specified by Twilio will be available as the event data. You can use this event to trigger automations.