/instance/create
route of the Evolution API with the following request body:
instanceName
: Name of the instance you are creating.token
: Optional token to authenticate the instance.number
: Number ID of the instance that will be used to receive and send messages.qrcode
: Set to false
because the integration does not require a QR Code.integration
: Use "EVOLUTION"
to specify that this integration is with the universal Evolution channel.{baseUrl}/webhook/evolution
route as POST requests. This is the entry point for messages that the Evolution Channel will process.
Webhook URL for Message Input
numberId
: ID of the number registered when creating the instance.key.remoteJid
: Number or unique ID of the contact who sent the message.key.fromMe
: Indicates whether the message was sent by the contact (false
) or by the system itself (true
).key.id
: Unique ID of the message.pushName
: Name of the contact who sent the message.message.conversation
: Content of the received message.messageType
: Type of message (in this case, conversation
).