Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 867 Bytes

File metadata and controls

11 lines (8 loc) · 867 Bytes

# WebhookPayloadMessageSentMessageAttachmentsInner

Properties

Name Type Description Notes
type string Attachment type (image, video, file, sticker, audio)
url string Where to fetch the attachment. For outgoing messages this is the media URL as sent, so for WhatsApp it is the URL you supplied when publishing (WhatsApp sends media by link), not a Zernio endpoint, and it needs no Zernio credentials. Contrast the inbound direction: `message.received` attachment URLs on WhatsApp point at the authenticated `GET /v1/whatsapp/media/{mediaId}`.
payload object Additional attachment metadata [optional]

[Back to Model list] [Back to API list] [Back to README]