Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WABP: send media message #1248

Closed
nbartels opened this issue Sep 20, 2022 · 0 comments
Closed

WABP: send media message #1248

nbartels opened this issue Sep 20, 2022 · 0 comments
Assignees
Milestone

Comments

@nbartels
Copy link
Contributor

nbartels commented Sep 20, 2022

Sending a media message is solved here, hopefully we manage to add everything needed for the different media types (audio, image, document and so on). If this becomes to complex, we have to split the issue according to the media types.

See: https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages#media-object

{
  "messaging_product": "whatsapp",
  "recipient_type": "individual",
  "to": "PHONE-NUMBER",
  "type": "image",
  "image": {
    "id" : "MEDIA-OBJECT-ID"
  }
}
@nbartels nbartels self-assigned this Sep 20, 2022
@nbartels nbartels added this to the 2022.9.0 milestone Sep 25, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant