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] simla_com #13623

Closed
pipedream-component-development opened this issue Aug 20, 2024 · 4 comments · Fixed by #14047
Closed

[Components] simla_com #13623

pipedream-component-development opened this issue Aug 20, 2024 · 4 comments · Fixed by #14047
Assignees

Comments

@pipedream-component-development
Copy link
Collaborator

pipedream-component-development commented Aug 20, 2024

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

@malexanderlim malexanderlim changed the title [Components] simlacom [Components] simla_com Aug 20, 2024
@jcortes jcortes self-assigned this Aug 29, 2024
@jcortes
Copy link
Collaborator

jcortes commented Aug 29, 2024

Setting this one as blocked since the API seems to have issues with all endpoints, it is throwing the following error

{"errorMsg":"Account does not exist.","success":false}

@sergio-eliot-rodriguez
Copy link
Collaborator

@jcortes this has been corrected.
it turns out the API documentation is wrong.
The API base URL is using the simla.com as a domain. The app file was updated to reflect this:

image

new simla creds in 1PW (old vault was removed)

@sergio-eliot-rodriguez
Copy link
Collaborator

btw, Simla recommended to implement components from albato:
https://albato.com/apps/simla

image

@vunguyenhung
Copy link
Collaborator

Hi everyone, all test cases are passed! Ready for release!

Test report
https://vunguyenhung.notion.site/Components-simla_com-109bf548bb5e81b58c07c029f2446fe2

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.

4 participants