We added new endpoints to the Messaging API.
This is a summary of each new endpoint. For details, see each endpoint in the Messaging API reference.
# Get bot info
Gets basic information about the bot, such as:
- Bot's user ID
- Bot's basic ID
- Bot's premium ID
- Bot's display name
- Profile image URL
- Bot response mode ("Chat" or "Bot")
- If the bot is set to automatically read messages
For more information, see Get bot info in the Messaging API reference.
# Get webhook endpoint information
Gets this information about the webhook endpoint:
- Webhook URL
- Webhook usage status (enabled or disabled)
For more information, see Get webhook endpoint information in the Messaging API reference.
# Set webhook endpoint URL
Sets the webhook endpoint URL. It may take up to 1 minute for changes to take place due to caching.
For more information, see Set webhook endpoint URL in the Messaging API reference.
# Test webhook endpoint
Checks if the configured webhook endpoint can receive a test webhook event.
For more information, see Test webhook endpoint in the Messaging API reference.