-
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] simla_com #13623
Comments
Setting this one as blocked since the API seems to have issues with all endpoints, it is throwing the following error
|
@jcortes this has been corrected. new simla creds in 1PW (old vault was removed) |
btw, Simla recommended to implement components from albato: |
Hi everyone, all test cases are passed! Ready for release! Test report |
simla_com
URLs
Polling Sources
new-customer
Prompt
Emit new event when a customer is created. No user inputs required.
new-order
Prompt
Emit new event when an order is created. No user inputs required.
updated-customer
Prompt
Emit new event when a customer is updated. A customer ID is a required prop.
Actions
create-customer
Prompt
Uses inputs (props) for customer details to generate a new customer profile in Simlacom. Required props: Customer Name, Phone Number, and Email. Optional props: Address and Preferences
create-order
Prompt
With inputs (props) for customer and order details, generates a new order in Simlacom. Required props are: Customer ID, Product ID, and Quantity. Optional props include: Discount Code and Order Notes
The text was updated successfully, but these errors were encountered: