For the complete documentation index, see llms.txt. This page is also available as Markdown.

SOAP WebService

The eCall webservice interface allows you to send messages to various alerting systems — SMS, fax, and voice — using standardized SOAP web methods.

SOAP WebService

Use the eCall SOAP webservice to send SMS, fax, and voice messages.

At a glance

  • Endpoint: https://soap.ecall.ch/eCall.asmx

  • Transport: TLS 1.2

  • Preferred protocol: SOAP 1.2

Send a JobID when you need to query delivery state later.

Available methods

Method
Description

SendSMSBasic

Send a text message to a mobile phone or pager

SendFaxBasic

Send a fax without attachments

SendFax

Send a fax with attachments

SendVoiceBasic

Send a voice message

GetStateBasic

Query the status of a sent message

All methods are part of the eCall class.

Last updated

Was this helpful?