Skip to content

Create docs for Whatsapp API messages #275

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

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 31 additions & 4 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9223,7 +9223,7 @@ paths:
- Messages
operationId: createMessage
description: "You can create a message that has been initiated by an admin.
The conversation can be either an in-app message, an email or sms.\n\n> \U0001F6A7
The conversation can be either an in-app message, an email, sms or whatsapp.\n\n> \U0001F6A7
Sending for visitors\n>\n> There can be a short delay between when a contact
is created and when a contact becomes available to be messaged through the
API. A 404 Not Found error will be returned in this case.\n\nThis will return
Expand Down Expand Up @@ -9396,6 +9396,23 @@ paths:
id: 6762f23a1bb69f9f2193bc1a
message_type: sms
body: heyy
admin_whatsapp_message_created:
summary: admin whatsapp message created
value:
from:
type: admin
id: '991267817'
to:
phone: +5547999998888
name: John Doe
message_type: whatsapp
components:
- type: BODY
parameters:
- type: text
text: Username 123
template: keep_live
locale: en
no_body_supplied_for_message:
summary: No body supplied for message
value:
Expand Down Expand Up @@ -16874,10 +16891,12 @@ components:
properties:
message_type:
type: string
description: 'The kind of message being created. Values: `in_app` or `email`.'
description: 'The kind of message being created. Values: `in_app`, `email`, `sms` or `whatsapp`.'
enum:
- in_app
- email
- sms
- whatsapp
example: in_app
subject:
type: string
Expand Down Expand Up @@ -16974,6 +16993,13 @@ components:
- body
- from
- to
- title: 'message_type: `whatsapp`.'
required:
- message_type
- template
- components
- from
- to
recipient:
type: object
title: Recipient
Expand Down Expand Up @@ -18717,8 +18743,9 @@ components:
- facebook
- twitter
- sms
description: The type of message that was sent. Can be email, inapp, facebook
,twitter or sms.
- whatsapp
description: The type of message that was sent. Can be email, inapp, facebook,
twitter, sms or whatsapp.
example: inapp
conversation_id:
type: string
Expand Down