diff --git a/src/content/docs/workflows/examples/twilio.mdx b/src/content/docs/workflows/examples/twilio.mdx new file mode 100644 index 000000000000000..3d8f4cb9ce56ddc --- /dev/null +++ b/src/content/docs/workflows/examples/twilio.mdx @@ -0,0 +1,22 @@ +--- +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 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. + + + + + + diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index be73164dfe3cf37..5ac445be032c604 100644 --- a/src/content/videos/index.yaml +++ b/src/content/videos/index.yaml @@ -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]