pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] simla_com

Open pipedream-component-development opened this issue 1 year ago • 0 comments

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