Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.blueprints.instances.create_event_by_blueprint_instance_id(blueprint_instance_id="<id>", event_name="<value>", activity_id=None, details={ "key": "<value>", "key1": "<value>", "key2": "<value>", }, group_id="<id>", is_signal=False, is_internal=None, originating_signal_id="<id>") # Handle response print(res)
{ "id": "<string>" }
CustomEventRequest
Name of the custom event being logged.
Successful Response
AddEventResponse
Was this page helpful?