post https://api.transmitsms.com/add-keyword.json
Add New Keyword
Log in to see full request history
Response
Add New Keyword
xxxxxxxxxx
curl --request POST \
--url https://api.transmitsms.com/add-keyword.json \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
17{
"keyword": "NEWS",
"reference": "Gym news",
"number": 61418279031,
"list_id": 4214634,
"welcome_message": "Welcome to Mike's gym news",
"member_message": "Thanks for your continued support",
"forward_url": "http://example.com/gym-promo",
"forward_sms": "61491570157,61491570158",
"forward_email": "news@example.com,mike@example.com",
"status": "open",
"billing_date": "2020-07-24",
"error": {
"code": "SUCCESS",
"description": "OK"
}
}