Add template to a group

Adds a new template


URL: https://www.afilnet.com/api/http/

See example in:

Add template with PHP Add template with Java Add template with C Sharp Add template with Unix Add template with Ruby on rails Add template with Python Add template with Android Add template with Objective C / iPhone Add template with SQL Server Add template with Oracle Add template with Node JS Add template with Go lang Add template with Scala lang Add template with Swift


Adds a new template


ParameterDescriptionCompulsory / Optional
class=templateClass requested: Class to which the request is madeCompulsory
method=addtemplateClass method requested: Method of the class to which the request is madeCompulsory
userUser and e-mail of your Afilnet accountCompulsory
passwordPassword of your Afilnet accountCompulsory
titleMessage titleCompulsory
messageMessageCompulsory
typeType of message (possible values: mobile or email)Compulsory

When you make requests you will receive the following fields:

  •  status
  •  result (if status=success), here you will receive the following values:
    • No additional values will be sent to you
  •  error (if status=error), here you will receive the error code

The possible error codes are listed below

CodeDescription
MISSING_USERUser or email not included
MISSING_PASSWORDPassword not included
MISSING_CLASSClass not included
MISSING_METHODMethod not included
MISSING_COMPULSORY_PARAMCompulsory parameter not included
INCORRECT_USER_PASSWORDIncorrect user or password
INCORRECT_CLASSIncorrect class
INCORRECT_METHODIncorrect method
Parameters:
  • class: template
  • method: addtemplate
  • user: user
  • password: password
  • title: title test
  • message: title message
  • type: mobile
Request:
https://www.afilnet.com/api/http/?class=template&method=addtemplate&user=user&password=password&title=title+test&message=title+message&type=mobile
IMPORTANT INFORMATION ABOUT COOKIES: If you continue to use this web we will assume that you accept the terms of use. You will find more information in our Cookies Policy. Continue