Skip to content

Make a POST/PUT #90

@Devdre1909

Description

@Devdre1909

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions