Getting Started

Before you start developing applications using one of the Concord Outbound Fax Delivery Interfaces you will need the following –

Concord Account

An account (with outbound services capability) from Concord is required to use the Outbound Fax Delivery

Outbound Interfaces

  • API Interface

    Url

    Description

    https://ws.concordfax.com/fax/v5

    API endpoint that method calls will be executed against

    https://ws.concordfax.com/fax/v5/faxws.wsdl

    WSDL endpoint that describes API service. Used by many application frameworks to generate code proxies to service.

  • Smtp interface - requires the ability to send email messages to FaxNumber@concordsend.com. If you require secure transmission of email messages then you will need to ensure you have enforced TLS enabled on your outgoing mail server.

  • Http interface - requires a server hosted in your premises that can receive HTTP Notifications. If you will be receiveing the notifications securely as recommended by Concord then you will also need to ensure you have a SSL certificate installed.

See Also