Is it possible to send a poll to discord?

Hey, I was wondering if it’s possible to send a poll using the Discord send a message or something like that? I’m creating a question using AI and want to send it via a poll, is this possible?

Yes, it should be possible as long as the Discord API has an endpoint for this.

First step is to read the API documentation.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

Thank you for your response! Are you referring to the make.com docs for Discord or Discord’s API docs? It never mentioned polls on the make.com one. Thanks!

Unfortunately, the Discord integration on Make doesn’t have a module for Discord “Create a Poll” endpoint yet.

See if such an endpoint exist in the Discord Developer API reference. If it exists, you can integrate the endpoint in Make using the app’s universal module (Make an API call) or generic HTTP “Make a request” module.

You can also suggest for it to be made in the Idea Exchange. However, do search for a similar request (and also upvote), just in case it has already been suggested to avoid duplicates.

If you need assistance in setting up the app’s universal module, or the built-in generic HTTP modules, please provide additional information about what you have tried in relation to the external service’s Developer API Reference — how you are setting the connection up, a link to the endpoint are you trying to connect to, and what errors you are encountering.

You can also complete this brand new course/tutorial in the Make Academy on how to use external APIs — API calls with HTTP modules

  • API and Endpoints
  • Header and body
  • Multipart/form-data
  • OAuth 2.0

Hope this helps! Let me know if there are any further questions or issues.

@samliew