PipedreamHQ / pipedream

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

[Components] tento8 #10802

Open pipedream-component-development opened 6 months ago

pipedream-component-development commented 6 months ago

tento8

URLs

Actions

book-appointment

Prompt

Books a time slot for an appointment. The user needs to configure the 'time' prop (required), and optionally can set 'attendee count' and 'location' props.

URLs

jcortes commented 6 months ago

Hi @malexanderlim I couldn't make the action to work because I was getting the following response error:

curl -X POST https://10to8.com/api/booking/v2/book \
-H "Content-Type: application/json" \
-H "Authorization: token <API_TOKEN>" \
-d '{
 "start_datetime": "2024-02-07T12:00:00Z",
 "customer_name": "Test 1",
 "customer_email": "test1@example.com"
}'

Response:

Request Forbidden

Not sure if we should contact support here

malexanderlim commented 6 months ago

Reached out to their team to see if they will grant access to Enterprise API for development.

malexanderlim commented 6 months ago

@jcortes, We're not able to test this one as they are not going to provision the account. I'm good with shipping the component without testing and waiting for user to be able to test in prod.