PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.78k stars 5.26k forks source link

[Components] simla_com #13623

Open pipedream-component-development opened 4 weeks ago

pipedream-component-development commented 4 weeks ago

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

jcortes commented 2 weeks ago

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 commented 2 days ago

@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 commented 2 days ago

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

image