Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions src/content/docs/workflows/examples/twilio.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
type: example
summary: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
tags:
- Workflows
- Workers
pcx_content_type: configuration
title: Integrate Workflows with Twilio
sidebar:
order: 4
description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.

---

import { Stream } from "~/components"

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.

<Stream videoId="c5f88ca7c4228bca3d786c3276cddf8d" videoTitle="Twilio and Workflows" thumbnailTimeOrURL="2.5s" />




2 changes: 1 addition & 1 deletion src/content/videos/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ entries:
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
- link: https://youtu.be/Pz0-mFk6aBM
- link: https://developers.cloudflare.com/workflows/examples/twilio/
title: Schedule Twilio Messaging and Phone Calls with Workflows
description: Integrate Workflows with Twilio. Learn how to receive and send text messages and phone calls via APIs and Webhooks.
tags: [Workers, Workflows]
Expand Down
Loading