<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Twilio Archives - The Iron.io Blog</title>
	<atom:link href="https://blog.iron.io/tag/twilio/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.iron.io/tag/twilio/</link>
	<description>Scalable serverless application tools to run background tasks with Docker containers and manage messaging queues with cloud elasticity and handheld customer support.</description>
	<lastBuildDate>Mon, 16 Oct 2023 02:25:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.iron.io/wp-content/uploads/2017/11/cropped-iron-avatar-1-32x32.png</url>
	<title>Twilio Archives - The Iron.io Blog</title>
	<link>https://blog.iron.io/tag/twilio/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Queueing Emails With Python IronMQ and SendGrid</title>
		<link>https://blog.iron.io/queueing-emails-with-python-ironmq-and-sendgrid/</link>
					<comments>https://blog.iron.io/queueing-emails-with-python-ironmq-and-sendgrid/#respond</comments>
		
		<dc:creator><![CDATA[Korak Bhaduri]]></dc:creator>
		<pubDate>Tue, 11 Apr 2023 07:19:00 +0000</pubDate>
				<category><![CDATA[Serverless Message Queue]]></category>
		<category><![CDATA[email queue]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[queueing emails]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[SendGrid]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[Twilio]]></category>
		<guid isPermaLink="false">https://blog.iron.io/?p=8383</guid>

					<description><![CDATA[<p>Are you sending emails from within a web app? If yes, you need to do so asynchronously or else you'll block requests and prevent completion. Without the right solution, you'll end up with additional, slow requests in order to construct the content of your emails, reducing productivity and impacting your efficiency. If you are seeking&#8230;</p>
<p>The post <a href="https://blog.iron.io/queueing-emails-with-python-ironmq-and-sendgrid/">Queueing Emails With Python IronMQ and SendGrid</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/queueing-emails-with-python-ironmq-and-sendgrid/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Processing Twilio on Heroku with Iron Worker</title>
		<link>https://blog.iron.io/background-jobs-on-heroku-copy/</link>
					<comments>https://blog.iron.io/background-jobs-on-heroku-copy/#respond</comments>
		
		<dc:creator><![CDATA[Korak Bhaduri]]></dc:creator>
		<pubDate>Tue, 21 Feb 2023 03:10:00 +0000</pubDate>
				<category><![CDATA[Serverless Computing]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Iron]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[Twilio]]></category>
		<guid isPermaLink="false">https://blog.iron.io/?p=8492</guid>

					<description><![CDATA[<p>Did you know that you can use Twilio to send out all of your emails? But in order to do this, you’ll need to process Twilio jobs with a worker, and Iron Worker is the ideal Heroku Plugin that’ll help you easily plug right into the task at hand. In this article, we’ll be exploring&#8230;</p>
<p>The post <a href="https://blog.iron.io/background-jobs-on-heroku-copy/">Processing Twilio on Heroku with Iron Worker</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/background-jobs-on-heroku-copy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Heroku task processing plugin</title>
		<link>https://blog.iron.io/background-jobs-on-heroku-copy-copy/</link>
					<comments>https://blog.iron.io/background-jobs-on-heroku-copy-copy/#respond</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Sat, 30 Oct 2021 23:05:04 +0000</pubDate>
				<category><![CDATA[Serverless Computing]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Iron]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[Twilio]]></category>
		<guid isPermaLink="false">https://blog.iron.io/?p=8494</guid>

					<description><![CDATA[<p>Heroku provides a convenient environment for users to develop and deploy their applications. Born in 2007, the cloud provider has taken a small but unique market segment among similar cloud players. Although Heroku offers an extensive range of features, when it comes to task queue processing, there is still room for improvement. &#160; Enter the&#8230;</p>
<p>The post <a href="https://blog.iron.io/background-jobs-on-heroku-copy-copy/">Heroku task processing plugin</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/background-jobs-on-heroku-copy-copy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Notifications in web apps: Mailgun and Twilio on Heroku</title>
		<link>https://blog.iron.io/notifications-in-web-apps-mailgun-and-twilio-on-heroku/</link>
					<comments>https://blog.iron.io/notifications-in-web-apps-mailgun-and-twilio-on-heroku/#respond</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Mon, 20 Sep 2021 05:11:00 +0000</pubDate>
				<category><![CDATA[Serverless Message Queue]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[IronMQ]]></category>
		<category><![CDATA[Mailgun]]></category>
		<category><![CDATA[Notifications]]></category>
		<category><![CDATA[serverless web app]]></category>
		<category><![CDATA[Twilio]]></category>
		<guid isPermaLink="false">https://blog.iron.io/?p=8467</guid>

					<description><![CDATA[<p>In web applications, sending and receiving notifications is an important feature among many functionalities. With notification features, you can quickly reach out to many people and let them be informed of major events and updates regarding your applications and products. This eventually leads to improved customer experiences and faster response time by your team members.&#8230;</p>
<p>The post <a href="https://blog.iron.io/notifications-in-web-apps-mailgun-and-twilio-on-heroku/">Notifications in web apps: Mailgun and Twilio on Heroku</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/notifications-in-web-apps-mailgun-and-twilio-on-heroku/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Integration: Twilio and Iron.io</title>
		<link>https://blog.iron.io/integration-twilio-and-iron-io/</link>
					<comments>https://blog.iron.io/integration-twilio-and-iron-io/#respond</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Fri, 22 Jan 2021 14:50:13 +0000</pubDate>
				<category><![CDATA[Integrations]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[iron.io]]></category>
		<category><![CDATA[serverless computing]]></category>
		<category><![CDATA[Twilio]]></category>
		<guid isPermaLink="false">https://blog.iron.io/?p=7934</guid>

					<description><![CDATA[<p>How Integrating Twilio with Iron.io Improves Scheduling  Nearly 150,000 businesses use Twilio to send and receive phone calls, texts, and other messages. (It's one of the most popular communications platforms in the world.) Twilio has limitations, however, such as no scheduling feature for calls and texts. IronWorker lets you schedule messages on Twilio for more effective communication.&#8230;</p>
<p>The post <a href="https://blog.iron.io/integration-twilio-and-iron-io/">Integration: Twilio and Iron.io</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/integration-twilio-and-iron-io/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Schedule SMS&#8217;s and Calls on Twilio</title>
		<link>https://blog.iron.io/how-to-schedule-sms-and-calls-on-twilio/</link>
					<comments>https://blog.iron.io/how-to-schedule-sms-and-calls-on-twilio/#respond</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Fri, 04 Sep 2020 17:16:00 +0000</pubDate>
				<category><![CDATA[Integrations]]></category>
		<category><![CDATA[Serverless Workers & Containers]]></category>
		<category><![CDATA[IronWorker]]></category>
		<category><![CDATA[SMS Notifications]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Twilio]]></category>
		<guid isPermaLink="false">http://ironio2.wpengine.com/?p=152</guid>

					<description><![CDATA[<p>A very common use case for using a service like Twilio is to be able to schedule calls or SMS’s. Maybe you want to schedule a conference call, schedule a text to go out at specific time, or notify all your users about something via SMS every day. Twilio doesn’t have scheduling built in, but here’s an&#8230;</p>
<p>The post <a href="https://blog.iron.io/how-to-schedule-sms-and-calls-on-twilio/">How to Schedule SMS&#8217;s and Calls on Twilio</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/how-to-schedule-sms-and-calls-on-twilio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How One User Automated a Research Study with IronWorker and Twilio (a repost from Usability Panda)</title>
		<link>https://blog.iron.io/automating-research-study-with-twilio/</link>
					<comments>https://blog.iron.io/automating-research-study-with-twilio/#respond</comments>
		
		<dc:creator><![CDATA[Iron]]></dc:creator>
		<pubDate>Mon, 17 Feb 2014 22:58:00 +0000</pubDate>
				<category><![CDATA[Customer Success]]></category>
		<category><![CDATA[IronWorker]]></category>
		<category><![CDATA[Twilio]]></category>
		<guid isPermaLink="false">http://ironio2.wpengine.com/?p=56</guid>

					<description><![CDATA[<p>Katarzyna Stawarz, a PhD student at University College London, wrote a really nice blog post on using Twilio and IronWorker to communicate via SMS. She was conducting a study that tested a method of habit formation research and needed a way to send out reminders to participants at specific times during the day, every day,&#8230;</p>
<p>The post <a href="https://blog.iron.io/automating-research-study-with-twilio/">How One User Automated a Research Study with IronWorker and Twilio (a repost from Usability Panda)</a> appeared first on <a href="https://blog.iron.io">The Iron.io Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.iron.io/automating-research-study-with-twilio/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
