Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] virifi #13925

Open
pipedream-component-development opened this issue Sep 11, 2024 · 1 comment · May be fixed by #13939
Open

[Components] virifi #13925

pipedream-component-development opened this issue Sep 11, 2024 · 1 comment · May be fixed by #13939
Assignees

Comments

@pipedream-component-development
Copy link
Collaborator

virifi

URLs

Actions

add-member

Prompt

Adds a new member to your organization. For this action, the user needs to provide the e-mail address (required prop) of the new member and the role (optional prop) for that member within the organization.

URLs

sign-document

Prompt

Enables the sending process of a PDF document for signing. To use this action, user must upload the PDF document (required prop) and if needed, specify the participants (optional prop) who sign this document.

URLs

certify-document

Prompt

Triggers the process for sending a PDF document for certification. For this operation, user must provide the PDF document (required prop). In addition, user can optionally specify the authenticators for this document.

URLs

@jcortes jcortes self-assigned this Sep 11, 2024
@jcortes
Copy link
Collaborator

jcortes commented Sep 13, 2024

I got the following error with this simple curl command

curl -X POST "https://virifi.io/api/developer/certify-document" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: multipart/form-data" \
-F "folderName=test" \
-F "digitalTwin=false" \
-F "totalDoc=1" \
-F "doc0=@/Users/user/Downloads/test.pdf"

Error response is:

{"error":"Missing Parameters"}

So I had to submit an issue on their platform asking for more details on their API because I couldn't make it work with their own docs. So this is going to be blocked in the meantime. cc @malexanderlim @vunguyenhung

@jcortes jcortes linked a pull request Sep 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants