EcGrid Van
Connection
- Protocol: ApiKey.
- Parameters:
- Name - (Required)
Connection name.
Api Key - (Required)
ApiKey to access to the mailbox.
Mailbox Id - (Required)
A mailbox ID in ECGrid is a unique identifier that is assigned to each mailbox on the network.
Network Id - (Required)
A NetworkId is a unique identifier that represents a network on ECGrid, which is a number.
- Name - (Required)
Trigger
Webhook Triggers
- Receive Document.
Action
- Create Document.
How to
Detect Connection
Parse mailboxId from the VanNotificationEvent and find Customer match mailboxId with this value.
Register Webhook
GET /v4.0/beta/ecgridos.asmx/CallBackAddEx?SessionID=string&NetworkID=string&MailboxID=string&UserID=string&SystemObject=string&ObjectStatus=string&Direction=string&Frequency=string&MaxRetries=string&URL=string&HTTPAuthentication=string&HTTPUser=string&HTTPPassword=string&Status=string HTTP/1.1
Host: ecgridos.net
Upload to VAN
POST /v4.0/beta/ecgridos.asmx/ParcelUploadExA HTTP/1.1
Host: ecgridos.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length
SessionID=string&NetworkID=string&MailboxID=string&FileName=string&ContentBase64=string
Check Data in MFT