RateType can be Transactional or PromotionalType can be Text,Image, Video, File, TextButton, ImageTextButton, VideoText, VideoTextButton
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Responses
application/json curl --location --request POST 'api.velosms.com/api/partners/viber-templates' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'Attachment=@""' \
--form 'Thumbnail=@""' \
--form 'Action=""' \
--form 'Caption=""' \
--form 'CountryPhoneCode=""' \
--form 'Duration=""' \
--form 'SenderId=""' \
--form 'Type=""' \
--form 'RateType=""' \
--form 'Message=""' \
--form 'Country=""' \
--form 'Name=""'
Response Response Example
Modified at 2025-12-03 10:47:45