Skip to content

Commit 1d235d0

Browse files
jason-cfpedrosousa
andauthored
Twilio Video Update (#18556)
* Adding Twilio video to yaml file * Adding an example to workflows using the twilio video * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * updating stream id --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 7233431 commit 1d235d0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
type: example
3+
summary: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
4+
tags:
5+
- Workflows
6+
- Workers
7+
pcx_content_type: configuration
8+
title: Integrate Workflows with Twilio
9+
sidebar:
10+
order: 4
11+
description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
12+
---
13+
14+
import { Stream } from "~/components"
15+
16+
Using the following [repository](https://github.com/craigsdennis/twilio-cloudflare-workflow), learn how to integrate Cloudflare Workflows with Twilio, a popular cloud communications platform that enables developers to integrate messaging, voice, video, and authentication features into applications via APIs. By the end of the video tutorial, you will become familiarized with the process of setting up Cloudflare Workflows to seamlessly interact with Twilio's APIs, enabling you to build interesting communication features directly into your applications.
17+
18+
<Stream videoId="8b8a1a7c2673adf107bb769ffffa5d77" videoTitle="Twilio and Workflows" thumbnailTimeOrURL="2.5s" />
19+
20+
21+
22+

src/content/videos/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ entries:
371371
difficulty: Beginner
372372
content_type: 🎥 Video
373373
pcx_content_type: tutorial
374-
- link: https://youtu.be/Pz0-mFk6aBM
374+
- link: https://developers.cloudflare.com/workflows/examples/twilio/
375375
title: Schedule Twilio Messaging and Phone Calls with Workflows
376376
description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
377377
tags: [Workers, Workflows]

0 commit comments

Comments
 (0)