Environment
| Env | ApiKey | MailBoxId | NetworkId | EcGridId |
| Stage | *********************************** | 1377535053 | 998 | 254694 |
| Test | *********************************** | 461039743 | 998 | 256202 |
| Prod | *********************************** | 1141500595 | 998 | 262784 |
Connection
- Protocol: ApiKey.
- Parameters:
- Name - (Required)
Connection name.
ECGrid ID - (Required)
An ECGrid ID is a unique code assigned to each trading partner or entity using ECGrid VAN for EDI.
- Name - (Required)
Trigger
Webhook Triggers
- Receive Document.
Action
- Create Document.
Flow
Webhooks have been set up on each MFT mailbox. We will receive the file continuously and then detect the customer.
How to
Detect Connection
Parse ecGridIdFrom from the parcel and find Customer match ecGridId 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 MFT
POST /v4.0/beta/ecgridos.asmx/ParcelUploadMftA HTTP/1.1
Host: ecgridos.net
Content-Type: application/x-www-form-urlencoded
Content-Length: length
SessionID=string&FileName=string&ContentBase64=string&ECGridIDFrom=string&ECGridIDTo=string
Check Data in MFT