Basic Information

appmixer.intercom.core.SendMessage

Send Message

1.0.0

Public

Send a targeted message (such as an in-app or email message) to a contact. Please note that the changes made using the Intercom API are not reflected in real time.

Input Ports

in

FieldTypeDescription
Message Type select The kind of message being created (in-app or email). For email messages, subject and template are required.
Body textarea The content of the message. HTML and plaintext are supported.
Subject text The title of the email. Required for email messages, optional for in-app messages.
Template select The style of the outgoing message. Required for email messages, optional for in-app messages.
To Contact Id text The unique identifier of the contact to whom the message is sent. You can use FindContacts component to get contact IDs.
To Contact Type select The role associated to the contact - user or lead.
From Admin Id number The identifier for the admin sending the message. Required. You can use ListAdmins component to get admin IDs.
Create Conversation Without Contact Reply toggle Whether a conversation should be opened in the inbox for the message without the contact replying. Defaults to false.

Output Ports

out

FieldTypeDescription
Type -
Message Id -
Created At -
Body -
Message Type -
Conversation Id -

Full Metadata