Automate sending messages

I’m looking for this also. Those two things are not found on the Zoom Features page, or any other page.

The code also has this:

app.get('/zoomverify/verifyzoom.html', (req, res) => {
  res.send(process.env.zoom_verification_code)
})

But I think they meant process.env.zoom_verification_token there.

Hey @hx2A, @hoozifachi,

Your bot jd is listed on the features page in your Chatbot App:

What are you seeing instead?

Thanks,
Tommy

Hi Tommy,
I expected to see something like that based on the instructions at https://marketplace.zoom.us/docs/guides/getting-started/app-types/create-chatbot-app. However, my Features page looks like this:

Did I miss a step?

Jason

I figured it out! After putting something in the “Bot endpoint URL” fields, the Bot JID appears.

1 Like

And the “Zoom Verification Token” is at the top of the Add Features page.

1 Like

Hey @hoozifachi,

As @hx2A said, your bot jid and verification token are generated after you enter your slash command and bot endpoint URLs and click save.

Thanks,
Tommy

@prasanth.pendham
I am desperate need of help/guidence for one of my issue…I am able to get the access token but when i am using the access tocken to send the message i am getting error as below, can some one please help me

{
“code”: 200,
“message”: “Invalid api key or secret.”
}

Hey @webpavansriram,

Please create a new topic, and fill out the post template so we have enough information to help.

Thanks,
Tommy