AtlasWork, planned itself.

The AI-native, all-in-one work platform. Tasks, projects, CRM, contracts, and analytics in one calm workspace.

All systems operational
  • SOC 2 II
  • ISO 27001
  • HIPAA
  • GDPR

Product

  • Overview
  • PDF tools
  • Diagram tools
  • People & HR
  • Integrations
  • Marketplace
  • Pricing

Resources

  • Guides
  • Glossary
  • Compare
  • Docs
  • API reference
  • Support
  • Changelog
  • Status

Company

  • About
  • Careers
  • Press
  • Contact

Legal & trust

  • Trust center
  • Security
  • Privacy
  • Terms
  • DPA
  • GDPR
  • SLA
  • Refunds
  • Google API data
Atlas, a product by wrxstack.com·© 2026 wrxstack·All rights reserved
PrivacyTermsSecurityStatus
Skip to documentation
Docs
Back to Atlas

Start here

  • Overview

Developer

  • REST API guide
  • Authentication
  • API reference
  • MCP (AI agents)
  • SDKs
  • Quick actions

Webhooks

  • Overview
  • Quickstart
  • Events
  • Payloads and headers
  • Security and signing
  • Delivery and retries
  • Managing via API

Connect

  • Connectors
  • Integrations

Product

  • Collaboration and chat

Reference

  • Glossary
  • Keyboard shortcuts
  • Module reference
Twilio logo

Messaging

Twilio

Send SMS and WhatsApp notifications from Atlas and route inbound replies onto the right customer record.

AuthAPI keyUpdatesReal-timeAvailable

What this connector does

  • Send outbound SMS and WhatsApp messages from Atlas workflows.
  • Route inbound messages onto the matching Atlas customer record.
  • Show delivery and read receipts on the Atlas message log.
  • Listen for status callbacks with signed payloads.

Before you begin

  • You have a Twilio account with at least one verified sending number.
  • You can create API Keys on the Twilio console.
  • You have a test number to validate the first message.

Get your credentials

1

Open the Twilio console

Sign in with the account owner. console.twilio.com

2

Open Account, API keys and tokens

In the left menu, open Account, then API keys and tokens.

3

Create a Standard API Key

Click Create API Key, name it Atlas Connector, and pick Standard.

4

Copy the SID, Secret, and Account SID

Copy the API SID, API Secret, and Account SID into the Atlas Twilio connector settings page.

5

Set inbound webhook URLs

On the Phone Number configuration page, set A Message Comes In webhook to https://YOUR-ATLAS-HOST/webhooks/twilio.

Required scopes and permissions

Account SIDACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
API Key SIDSKxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
API Key SecretAPI_KEY_SECRET

Setup checklist

  1. Create the provider app in a sandbox or development workspace.
  2. Add the Atlas redirect URL to the provider app configuration.
  3. Copy the client id, client secret, or API key.
  4. Paste the credentials into the Atlas connector settings page.
  5. Click Connect and complete the provider sign-in screen.
  6. Run Test connection from the connector page to verify health.

Troubleshooting

  • Authentication Error

    API Key Secret is shown only once. Re-create the key if you did not capture it.

  • 21610 unsubscribed recipient

    The recipient replied STOP to opt out. Update Atlas customer record opt-in state.

  • Webhook signature failed

    Atlas validates the X-Twilio-Signature header. Confirm the receiver URL matches what Twilio is configured to call.

Webhooks

Twilio POSTs application/x-www-form-urlencoded payloads to the configured Atlas URL. Atlas validates the X-Twilio-Signature header on every request.

Events Atlas listens for

  • inbound SMS
  • inbound WhatsApp message
  • delivery status callback

Provider docs: https://www.twilio.com/docs/usage/webhooks/messaging-webhooks

Disconnect and data deletion

  1. Click Disconnect on the Atlas Twilio connector page.
  2. Open Account, API keys and revoke the Atlas Connector API key.
  3. Atlas stops sending and receiving messages immediately on disconnect.

Once you have the credentials above, paste them into the live connector page to finish connecting Twilio.

Open the Twilio connector page

On this page

  • What this connector does
  • Before you begin
  • Get your credentials
  • Required scopes and permissions
  • Setup checklist
  • Troubleshooting
  • Webhooks
  • Disconnect and data deletion