-
Notifications
You must be signed in to change notification settings - Fork 606
Closed
Description
I am presently using Pizzly to integrate with Zoom, worked fine, it was almost magical.
Now I need t make a post request to a zoom endpoint, how do I do this?
Tried this, where this.meetingRequest is the object I want to send
this.$pizzly
.integration("zoom")
.auth(this.$store.state.zoom.authId)
.post(`https://api.zoom.us/v2/users/me/meetings`, this.meetingRequest)
.then((response) => response.json())
.then((data) => {
console.log(data);
})
.catch(console.error);
Metadata
Metadata
Assignees
Labels
No labels