-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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] ironclad #14837
Comments
@michelle0927 I've added the scopes to the app, you should be able to reconnect now with the additional permissions! |
Hi @sergio-eliot-rodriguez @malexanderlim, I could not connect Ironclad account (sergio account on 1PW) |
@vunguyenhung , can you try again? Just added additional permissions on Sergio's account. |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
@vunguyenhung I made some updates to improve error handling, prop descriptions, and parsing JSON in prop values. The workflow schema doesn't provide options for the properties. I had to go to the "Start a Workflow" form in Ironclad to see what the valid options are. |
ironclad
URLs
Webhook Sources
new-approval-event-instant
Prompt
Emit new event when a fresh approval event is generated. Required props: selected event
URLs
new-workflow-event-instant
Prompt
Emit new event when a new workflow event is created. Required props: selected event
URLs
new-workflow-document-event-instant
Prompt
Emit new event when a workflow document event is freshly established.
URLs
Actions
launch-workflow
Prompt
Launches a new workflow. Required props: workflow details. Optional props: attachments, user.
URLs
create-record
Prompt
Creates a new record in ironclad. Required props: record data. Optional props: user, tags.
URLs
update-workflow
Prompt
Updates the metadata of an existing workflow. Required props: workflow ID, updated metadata.
URLs
The text was updated successfully, but these errors were encountered: