> For the complete documentation index, see [llms.txt](https://developer.ecall-messaging.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.ecall-messaging.com/api-references/soap-webservice/parameter-reference.md).

# Parameter reference

### Required fields

| Parameter         | Description                                                                                                                                                                                    |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AccountName`     | Name of the eCall account, for example `johnsmith`                                                                                                                                             |
| `AccountPassword` | Password of the eCall account                                                                                                                                                                  |
| `Address`         | Full phone number, for example `0041791112233`. Separate multiple numbers with `;`, or use a person or group name from the eCall address book. Pager with authorization code: `074123456:1234` |
| `Message`         | Message text                                                                                                                                                                                   |

### Optional fields

| Parameter            | Description                                                                                                                                                                                                                                      |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `JobID`              | Unique identifier for the message, for example `123AB`. Required for later status queries.                                                                                                                                                       |
| `SendDate`           | Scheduled send time, for example `2004-12-20 20:31:50`                                                                                                                                                                                           |
| `Subject`            | Title of the message                                                                                                                                                                                                                             |
| `NoLog`              | Do not write to the log. Values: `""`, `"true"`, `"false"`. Default: `false`                                                                                                                                                                     |
| `MsgType`            | Message type. Supported value: `Flash`                                                                                                                                                                                                           |
| `SMSCallback`        | Callback number for SMS or mobile only. Up to 16 numeric or 11 alphanumeric characters. Business numbers are not allowed. Ignored if `Answer` is set.                                                                                            |
| `Answer`             | Reply destination for mobile only. Use a mobile or pager number, an email address, or `""` for log entry only. Max. 100 characters. Overrides `SMSCallback`.                                                                                     |
| `FromText`           | Sender identification text or number, for example `0791234567`                                                                                                                                                                                   |
| `Notification`       | Recipient addresses for delivery status forwarding. Supported values: mobile number, email address, HTTP(S) URL, or `""` for log only. Separate multiple values with `;`. Max. 100 characters. Replaced by `AlwaysNotification` if both are set. |
| `AlwaysNotification` | Recipient address for notification on every status change. Supports SMS, pager, or email. Overrides `Notification` if set.                                                                                                                       |
| `MessageLanguage`    | `SendVoiceBasic` only. Text-to-speech language. Values: `DE`, `FR`, `IT`, `EN`. Default: auto-detect.                                                                                                                                            |
| `FaxHeaderID`        | Fax only. Sender number in the fax header, for example `+41 44 123 45 67`                                                                                                                                                                        |
| `FaxHeaderInfo`      | Fax only. Additional text in the fax header, for example `F24 Schweiz AG`                                                                                                                                                                        |
| `Attachments`        | `SendFax` only. Documents to attach. Maximum: 10 files. Each entry contains `FileName` and `FileContent`.                                                                                                                                        |
| `TokenFields`        | Fax only. Additional control fields. Format: `<Name1>;=<Value1>;:<Name2>;=<Value2>`                                                                                                                                                              |

### TokenFields

Use `TokenFields` for fax-specific control values.

| Token                       | Description                                |
| --------------------------- | ------------------------------------------ |
| `CallingNumber`             | Sender number for fax transmission         |
| `MaxRetries`                | Maximum number of retry attempts           |
| `RetriesTimeIntervallInMin` | Wait time between retries in minutes       |
| `NoCoversheet`              | Do not use a cover sheet. Default: `false` |

Example:

```
MaxRetries;=6;:RetriesTimeIntervallInMin;=20
```

This retries the fax up to 6 times with a 20-minute interval.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.ecall-messaging.com/api-references/soap-webservice/parameter-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
