0% found this document useful (0 votes)
54 views2 pages

Example of Adding Twilio As SMS Provider

This document provides instructions for adding Twilio as an SMS provider in Oracle Recruiting. It involves 10 steps: 1) navigating to the recruiting messaging configuration page, 2) clicking add, 3) entering a name and description, 4) selecting SMS and Twilio, 5) setting the message length limit, 6) entering request details, authentication, headers, and body sections, 7) sending a test message, 8) activating the provider, 9) enabling SMS communications, and 10) saving and closing.

Uploaded by

Sutirtha ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views2 pages

Example of Adding Twilio As SMS Provider

This document provides instructions for adding Twilio as an SMS provider in Oracle Recruiting. It involves 10 steps: 1) navigating to the recruiting messaging configuration page, 2) clicking add, 3) entering a name and description, 4) selecting SMS and Twilio, 5) setting the message length limit, 6) entering request details, authentication, headers, and body sections, 7) sending a test message, 8) activating the provider, 9) enabling SMS communications, and 10) saving and closing.

Uploaded by

Sutirtha ghosh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Example of Adding an SMS Provider

This example describes how you can add Twilio as an SMS provider to let candidates receive SMS
communication.

1. In the Setup and Maintenance work area, go to:


Offering: Recruiting and Candidate Experience
Functional Area: Recruiting and Candidate Experience Management
Task: Recruiting Messaging Configuration
2. In the Recruiting Messaging Configuration page, click Add.
3. Enter a name and description.
4. Select SMS as a channel type and Twilio as the provider.
5. Set the message length limit. The Body parameter includes the full text of the message you want to send. It's
limited to 1600 characters. Based on your business needs, you can set the message length limit to 1600
characters or less. If the body of your message is more than 160 GSM-7 characters (or 70 UCS-2 characters),
Twilio will send the message as a segmented SMS.
6. Enter info under the Request Details, Authentication, Headers, and Body sections.
7. Click Send Test Message to send a test message and make sure that the configuration is properly done.
8. Activate the messaging provider.
9. Select the Enable SMS Communications option. Candidates will be able to login using a phone number.
10. Click Save and Close.

Request Details
Section

URL
https://api.twilio.com/2010-04-
01/Accounts/<AccountSID>/Messages.json

Method
Post

HTTP requests to the REST API are protected with HTTP basic authentication. You will use your
Twilio Account SID as the user name and your Auth Token as the password for HTTP basic
authentication with Twilio.

Authentication Section

Authentication Type
Basic Auth
User Name <AccountSID>

Password
<AuthToken>

Headers Section

Content-Type
application/x-www-form-urlencoded

Body Section

Body Type
x-www-form-urlencoded

To: The destination phone number for your SMS message. This will
be parameterized and resolved when the message is being sent. ${RECIPIENT_PHONE_NUMBER}

From: The Twilio phone number, short code, or Messaging Service


that sends this message. This must be a Twilio phone number that 1234567890
you own.

Body: The full text of the message you want to send, limited to
1600 characters. If the body of your message is more than 160 ${MESSAGE_CONTENT}
GSM-7 characters (or 70 UCS-2 characters), Twilio will send the
message as a segmented SMS.

Index Entries This Topic Will Generate


languages

You might also like