Function: gateway_message

Result: the list of elements

Incoming emails

Access level: admin

  • id — Id
  • name — Subject
  • sender — Sender
  • date_post — Date received
  • reason_code — Message type
  • identifier — Gateway
  • project — Provider

Delete

Function: gateway_message.delete

Delete

Access level: admin

Parameters:

  • elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of gateway_message function.

Result: successful operation or error message

Incoming email

Function: gateway_message.edit

Access level: admin

The function is simultaneously used to view object's parameters, to change an object, and create new one.

View object's parameters:

  • Parameters:
    • elid — unique identifier (id element of gateway_message function)
  • Result: object parameters list

Create an object:

  • Parameters:
    • sok — the parameter must not be empty, generally "ok".
    • additional query parameters ...
  • Result: successful operation or error message

Change an object:

  • Parameters:
    • sok — the parameter must not be empty, generally "ok".
    • elid — unique identifier (id element of gateway_message function)
    • additional query parameters ...
  • Result: successful operation or error message

The list object's parameters or additional query parameters (see above):

  • name — Subject. Enter the message subject
  • error_message — Bug report. This email was put in the list of incoming emails due to this error
  • message — .
  • action — Action. Select an action you want to perform
  • account — Client . Client who sent this email
  • project — Provider. Select a provider. If the client is not connected to a service provider, the billing system will connect it
  • department — Department. Select a department to assign the ticket

Delete the message and mark it as spam

Function: gateway_message.spam

Delete the message and mark it as spam

Access level: admin

Parameters:

  • elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of gateway_message function.

Result: successful operation or error message