RateType can be Transactional or PromotionalType can be Text,Image, Video, File, TextButton, ImageTextButton, VideoText, VideoTextButton
Request
Add parameter in header app_id
Example:app_id: ********************
Body Params multipart/form-data
Responses
application/json
curl --location 'https://api.veloconnect.me/api/partners/viber-templates' \
--header 'Accept: application/json' \
--header 'apiId;' \
--header 'app_id: <api-key>' \
--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 2026-05-11 09:00:03