curl --request POST \
--url https://api.trieve.ai/api/shopify/user_event \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "<string>",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"store_name": "<string>"
}
'{
"message": "Bad Request"
}This endpoint is used to send a Shopify user event to all users in the organization.
curl --request POST \
--url https://api.trieve.ai/api/shopify/user_event \
--header 'Content-Type: application/json' \
--data '
{
"event_type": "<string>",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"store_name": "<string>"
}
'{
"message": "Bad Request"
}Documentation Index
Fetch the complete documentation index at: https://docs.trieve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?