Create an RCS sender Early access
Create an RCS sender. Created RCS sender can immediately be used to send test messages to test numbers. See Add RCS test number operation for more details about adding test numbers for sender. Please note that following limits will apply when creating RCS sender:
- It is allowed to add up to 10 senders in total.
Please contact your account manager if you need to add more senders.
Authorizations:
Scopes:
Request rate limit:
Request Body schema:
application/jsonsenderName required | string [ 3 .. 40 ] characters ^(?=.*[a-zA-Z])[a-zA-Z0-9_-]+$ Unique identifier of Sender entity for RCS channel within Infobip platform. It must be provided when submitting RCS traffic to Infobip platform. It must contain only alphanumeric characters, underscores and hyphens, and must contain at least one letter. It's not editable at any point of time after sender is created. | ||||
billingCategory required | string Enum: "BASIC_MESSAGE" "SINGLE_MESSAGE" "CONVERSATIONAL" Billing category for the sender. Following billing categories are available:
| ||||
useCase required | string Enum: "OTP" "TRANSACTIONAL" "PROMOTIONAL" "MULTI_USE" Use case for the sender. Following use cases are available:
| ||||
brand required | object Brand for which sender is created. | ||||
| |||||
displayName required | string [ 1 .. 100 ] characters The name of the sender displayed to the user on mobile device. | ||||
description required | string [ 1 .. 100 ] characters The description of the sender displayed to the user on mobile device. | ||||
color required | string ^#?([A-Fa-f0-9]{6})$ Theme color of the sender that is visible to the user on mobile device. Must be in hex format and contrast ratio must be at least 4.5:1 for white. | ||||
phone | object Phone contact associated with the sender and displayed to the user on mobile device. Required if email contact not defined. | ||||
| |||||
object Email contact associated with the sender and displayed to the user on mobile device. Required if phone contact not defined. | |||||
| |||||
website required | object Website associated with the sender and displayed to the user on mobile device. | ||||
| |||||
bannerUrl required | string URL of the banner image associated with the sender and displayed to the user on mobile device. It must be in JPG / JPEG or PNG format and it must be in 1440 x 448 resolution (width x height). | ||||
logoUrl required | string URL of the logo image associated with the sender and displayed to the user on mobile device. It must be in JPG / JPEG or PNG format and it must be in 224 x 224 resolution (width x height). | ||||
privacy required | object Privacy policy associated with the sender. | ||||
| |||||
termsOfService required | object Terms and conditions associated with the sender. | ||||
| |||||
platform | object Platform parameters that would be associated with the sender. Please note that platform parameters must be created before they can be associated with the sender. For more details, see documentation. | ||||
|
Responses
Request has been accepted and result of create sender operation will be sent to webhook
Bad request
Unauthorized
Forbidden
Conflict
Too Many Requests
Internal Server Error
Request samples
- Payload
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
{- "senderName": "DemoSender",
- "billingCategory": "BASIC_MESSAGE",
- "useCase": "TRANSACTIONAL",
- "brand": {
- "brandName": "SomeCompany"
}, - "displayName": "Demo Sender",
- "description": "Sender for demo purposes",
- "color": "#0B78D0",
- "phone": {
- "phoneNumber": "+441134960002",
- "label": "Phone"
}, - "email": {
- "address": "john.smith@somecompany.com",
- "label": "Email"
}, - "platform": {
- "applicationId": "demo-application",
- "entityId": "demo-entity"
}
}
Response samples
- 202
- 400
- 401
- 403
- 409
- 429
- 500
{- "senderName": "DemoSender",
- "requestStatus": "PENDING"
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See