Upload Connector File
Stage an image into Connector file storage so it can be attached to a connector action that accepts a file_uploadable field. The returned descriptor is embedded in a file_uploadable array on Execute Connector Action.
Authorizations
Your Recoup API key. Learn more.
Body
The image URL to stage and the action it will be attached to.
Publicly reachable URL of the image to stage. Fetched server-side and uploaded to Connector storage. Required.
The action slug the image will be attached to, UPPERCASE_SNAKE_CASE (e.g. LINKEDIN_CREATE_LINKED_IN_POST). Scopes the upload to that tool/toolkit. Required.
Response
Image staged. Returns the Connector file descriptor to embed in the action's file_uploadable array.
