Functions
List function event types
List the event types a function trigger can subscribe to. Includes the special type cron, which fires on a schedule (see POST /v1/functions/{functionId}/triggers) rather than on a messaging event.
get/v1/functions/event-types
Response
Supported event types.
Example response
{
"events": [
"message.inbound",
"message.delivered",
"cron"
]
}