Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Twilio for Salesforce FAQ



I'm seeing a "No Access" message on a Lightning component. How do I enable it?

im-seeing-a-no-access-message-on-a-lightning-component-how-do-i-enable-it page anchor

If you get a message on any of the Lightning components — SMS Inbox, 1:1 Messaging, or SMS Campaigns — that says, "No Access: You currently do not have access to use this component. Contact your System Administrator", follow these steps:

  1. Check that your user is assigned either the "Twilio Administrator" or "Twilio User" permission set. This section of the set up documentation shows how to provision these permission sets.
  2. If you are installing the app in a production Salesforce organization, be sure that your user has been assigned a license .
  3. If your user Twilio for Salesforce trial has expired, contact Twilio Sales(link takes you to an external page) to purchase a license. Upgrading your Twilio Account by adding a credit card will not provision a Salesforce license for you. Go to Salesforce > Twilio Configuration > License Management and click on the Activate button to upgrade to a paid license.

How much does Twilio for Salesforce cost?

how-much-does-twilio-for-salesforce-cost page anchor

Twilio for Salesforce costs $15 per seat per month, plus any additional Twilio usage such as phone numbers, messaging, Studio executions, and Function runs. A 50% discount is available for non-profits through Twilio.org's Impact Access Program — apply here(link takes you to an external page).


How many licenses do I need?

how-many-licenses-do-i-need page anchor

You only need to purchase seat licenses for users who will be using the package's functionality. Users who do not need SMS do not need a seat license.

For projects that are primarily using an automated process, such as Process Builder or Flows, the number of licenses you need will be determined by who runs the process being executed.

  • Process builder runs as a user with system-level priveledges. Although the user has system-level priveledges in the context of process builder, they still need a license to access Twilio for Salesforce's Apex methods. Every user running the process would need a seat license.
  • Lightning Flows run in user mode by default, so every user initiating the Flow would need a license.
  • Lightning Flows that are launched by Process Builder can be run by a specific user. Using this approach(link takes you to an external page) it is possible to control which user runs the process so that only one license is needed. However, Twilio support is unable to assist with this configuration. Please contact Salesforce support.

How do I upgrade from Trial?

how-do-i-upgrade-from-trial page anchor

Twilio for Salesforce provides a free 30-day trial. To upgrade follow these steps:

  1. Make sure you have an upgraded Twilio Account(link takes you to an external page) with a payment method.
  2. In Salesforce, go to the Twilio Configuration page. Under Purchase Licenses enter the number of licenses you need. Then click on Submit Order :

    Instruction Submit Order.

Does Twilio for Salesforce support Salesforce Classic?

does-twilio-for-salesforce-support-salesforce-classic page anchor

Yes, Twilio for Salesforce can be embedded as a Visualforce component in Salesforce Classic. The Lightning utility bar used by the SMS Inbox component does not exist in Classic, but the Inbox can still be viewed as a Visualforce page.


What editions of Salesforce are supported?

what-editions-of-salesforce-are-supported page anchor

Twilio for Salesforce supports the Enterprise and Unlimited editions of Salesforce. Salesforce Essential and Professional editions are not supported.


What Salesforce object types are supported?

what-salesforce-object-types-are-supported page anchor

Twilio for Salesforce's Lightning components support messaging from Contacts, Leads, Person Accounts, and Cases. Other standard Salesforce objects and custom objects are not supported.


Which messages appear in the SMS inbox?

which-messages-appear-in-the-sms-inbox page anchor

By default, only messages with a record owned by the current user will appear in the SMS Inbox. If Personal Phone Numbers are configured, a user with a personal number will also see all messages sent to their number in the inbox.

Additionally, administrators can configure SMS Inbox message visability in the Twilio Configuration page so that users have the option to view all messages. This setting turns the SMS Inbox into a feed of all messages coming into the organization.

Even if a user is unable to view messages in the SMS Inbox, they will still be able to go directly to the record and send SMS there.


Is it possible to have multiple conversations with a contact?

is-it-possible-to-have-multiple-conversations-with-a-contact page anchor

Currently, Twilio for Salesforce only supports single-threaded conversations with a contact. Any person messaging from Salesforce will have the same number that was used to previously contact the customer.

The one exception to this rule is when "Personal Numbers" are enabled by an admin. In this case, a user with a personal number will send the outbound message from that number. Messages in the thread will display a "Sent from" and "Replied to" indicator, but the messages will remain in the same Lightning component.


Can I allow users to see some messages but not others?

can-i-allow-users-to-see-some-messages-but-not-others page anchor

By default, visibility of the messages inherits from the record that the component is on. If the user can see the record, they will be able to see the SMS. It is not currently possible to have two users message the same contact and not see each other's messages.

It is possible to configure access to the SMS component on a per-user basis via the Twilio for Salesforce permission set.


How many API calls are made?

how-many-api-calls-are-made page anchor

Twilio for Salesforce makes one API call per outbound message. Additionally, we will make API calls to get messages from Twilio every 15 seconds when a contact is open, and every 15 minutes to check if there are any new messages across the entire organization.

If you are using an unlicensed and unlimited version of the package that you obtained during the beta period, Salesforce will count API calls made by the package towards your limits. If you are using a version of the app that has passed security review and is listed on the AppExchange, that version of Twilio for Salesforce will have "Ohana" status and will not count towards your API limits.


How many phone numbers do I need?

how-many-phone-numbers-do-i-need page anchor

How many and what kind of numbers you need depends on your use case, and how many messages you expect to send per day.

Message VolumeNumber Pool Needs
Less than 250 messages per dayAt least one Twilio phone number
250 - 1000 messages per day.At least four Twilio phone numbers
More than 1,000 messages per dayConsider a short code (US and Canada), with multiple long codes to use as a fallback based on volume. Contact a Twilio expert(link takes you to an external page) to help plan for your needs
More than 1,000 international messages per dayAt least one Twilio number, ideally local in the country where you plan to send messages. Check international coverage for SMS here(link takes you to an external page). Contact a Twilio expert(link takes you to an external page) to help plan your strategy for international messaging

For more information on capacity planning, check out our FAQ(link takes you to an external page) on scaling Twilio phone numbers.


How is message data stored?

how-is-message-data-stored page anchor

Twilio for Salesforce stores message data in a custom object (TwilioSF_Message__c). One record is created per message. Additionally, messages are sent to Twilio and available via our Programmable SMS API.


What data is sent to Twilio?

what-data-is-sent-to-twilio page anchor

Twilio for Salesforce uses the Twilio Programmable SMS API, as well as the Twilio Studio API. Information sent to Twilio includes the following fields:

  • From Number or Messaging Service SID.
  • To Number.
  • Message Body.
  • Attachment URL (optional).

Additionally, each request uses the Twilio Account SID, API Key SID, and API Key Secret to authenticate. These credentials are generated in the Console.

The "Send to Studio" Process Builder Action allows custom parameters to be sent to Twilio if they have been configured by an administrator. These parameters can be used to provide additional information to a Twilio Studio IVR or Chat flow.


I'm seeing an 82002 error (Error on Twilio Function response)

im-seeing-an-82002-error-error-on-twilio-function-response page anchor

If you've set up a Twilio function to push messages from Twilio into Salesforce, this error code indicates that your Twilio function is not authenticating with Salesforce correctly. This is most frequently caused by a password or security token change.

To fix the issue, go to the Twilio Functions configuration page(link takes you to an external page) and update your credentials.


Does Twilio for Salesforce integrate with Salesforce Marketing Cloud?

does-twilio-for-salesforce-integrate-with-salesforce-marketing-cloud page anchor

Twilio for Salesforce does not integrate with Salesforce Marketing Cloud.


Does Twilio for Salesforce integrate with Pardot?

does-twilio-for-salesforce-integrate-with-pardot page anchor

The Pardot platform has an integrated Twilio SMS connection, so you don't need to install Twilio for Salesforce to send messages with Pardot. Further documentation is availble from Salesforce here(link takes you to an external page).

Twilio for Salesforce extends Pardot's outbound messaging capability by allowing you to message back-and-forth with individual contacts.


Does Twilio for Salesforce support voice calls?

does-twilio-for-salesforce-support-voice-calls page anchor

Twilio for Salesforce's Lightning components currently only support SMS.


Process Builder isn't sending SMS, what do I do?

process-builder-isnt-sending-sms-what-do-i-do page anchor

This issue is frequently caused by an error in your Process Builder's trigger or criteria that is unrelated to Twilio for Salesforce. To debug this issue, first check to make sure you can send any SMS at all from Salesforce. The easiest way to check is to add the 1:1 SMS Lightning component onto a Lead or Contact, and send yourself an SMS.

If you don't receive an SMS, review the setup instructions. If you do receive an SMS, strip your Process Builder flow down to the most simple flow possible — for example, trigger an SMS when a Contact is created with no criteria. If you are still not receiving an SMS, check that another action, such as sending an email, can be fired.


Does Twilio for Salesforce support WhatsApp?

does-twilio-for-salesforce-support-whatsapp page anchor

Twilio for Salesforce is currently only for SMS and does not support WhatsApp.


Can I send bulk SMS to a list of records?

can-i-send-bulk-sms-to-a-list-of-records page anchor

Currently Twilio for Salesforce only supports sending SMS to Contacts or Leads within a campaign, although you could use Apex along with Twilio's APIs to create a custom action for a list view.


Messages are being created or modified by a random user, what do I do?

messages-are-being-created-or-modified-by-a-random-user-what-do-i-do page anchor

Twilio uses scheduled Apex jobs to fetch messages. Scheduled Apex jobs are run as a Salesforce user. In most cases this will be the administrator that installs the package and initially starts the scheduled job. Occasionally, Salesforce will reschedule Apex jobs and make them run as the user that most recently logged in. This has no impact on the behavior of Twilio for Salesforce, but may cause confusion.

To resolve this issue, go to the Twilio Configuration page in Salesforce and, under Message Sync , click on Sync Now . This will create a new scheduled Apex job to be run by your user.


The package failed to install, what do I do?

the-package-failed-to-install-what-do-i-do page anchor

If the package fails to install, Salesforce should send you an email that contains an error message detailing what went wrong. For example you might see the following:

  1. Apex Classes(classes/Twilio_TestMember.cls) Missing feature
    Installing this package requires the following feature and its associated permissions: Apex Classes
  2. Apex Triggers(triggers/BulkMessageTrigger.trigger-meta.xml) Missing feature
    Installing this package requires the following feature and its associated permissions: Apex Triggers

If the error message includes "Missing feature" it most likely means that you need to upgrade to a more advanced version of Salesforce. Twilio for Salesforce works in Salesforce Enterprise and up. If your package fails for another reason, you can contact Twilio Support through the Console(link takes you to an external page) or Help Center(link takes you to an external page). When contacting Support, ensure you include the error text.


Does Twilio for Salesforce work with Message Redaction?

does-twilio-for-salesforce-work-with-message-redaction page anchor

Message Redaction(link takes you to an external page) is a feature available as part of Twilio Editions(link takes you to an external page) that stops Twilio from logging message bodies and full phone numbers of SMS when enabled. Twilio for Salesforce currently doesn't support Message Redaction. If Message Redaction were enabled, only the redacted messages would be available in Salesforce.


I've found a bug, how do I report it?

ive-found-a-bug-how-do-i-report-it page anchor

Bugs can be reported to the product team using this form(link takes you to an external page). You can also contact Twilio Support through the Console(link takes you to an external page) or Help Center(link takes you to an external page) to report a bug or issue.


Rate this page: