🔑 FedEx Get Proof of Delivery
The action is used to get the proof of delivery of a FedEx package
Credentials
The credentials are optained from the FedEx developer portal.
Inputs
Name | Type | Description |
---|---|---|
Tracking Number | String | FedEx tracking number |
Client ID | SensitiveString | FedEx client id |
Client Secret | SensitiveString | FedEx client secret |
Environment | String | Prod or Dev |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether successfully extracted the proof of delivery file |
Proof of Delivery File | String | Proof of delivery file in base64 pdf file |
Updated 7 months ago