Skip to content

Commit 8aaaab1

Browse files
committed
Adding an example to workflows using the twilio video
1 parent 7975c16 commit 8aaaab1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
15+
import { Stream } from "~/components"
16+
17+
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 familizarized 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.
18+
19+
<Stream videoId="c5f88ca7c4228bca3d786c3276cddf8d" videoTitle="Twilio and Workflows" thumbnailTimeOrURL="2.5s" />
20+
21+
22+
23+

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)