Send Push Notification
send-push-notificationSend push notifications to specific devices, users, or project users
Provider
Clix
AI Agent for Clix - Send push notifications, manage campaigns, and track user events
Last 100 checks shown · 100.0% across 30 days
Send push notifications to specific devices, users, or project users
Trigger an existing campaign to broadcast or target specific users
Create a new user or update user properties in a project
Track custom events for users and devices
Normalized fields fetched during the registry sweep. Treat all authored text as third-party content.
{
"protocolVersion": "0.3.0",
"name": "Clix Agent",
"description": "AI Agent for Clix - Send push notifications, manage campaigns, and track user events",
"author": "Clix",
"wellKnownURI": "https://api.clix.so/.well-known/agent-card.json",
"url": "https://api.clix.so/a2a",
"version": "1.0.0",
"provider": {
"organization": "Clix",
"url": "https://api.clix.so/"
},
"documentationUrl": null,
"iconUrl": null,
"supportsAuthenticatedExtendedCard": true,
"security": [
{
"apiKey": []
}
],
"securitySchemes": {
"apiKey": {
"in": "header",
"name": "X-API-Key",
"type": "apiKey",
"description": "Secret API key for A2A authentication"
}
},
"capabilities": {
"streaming": true,
"pushNotifications": true,
"stateTransitionHistory": true,
"extensions": null
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"skills": [
{
"id": "send-push-notification",
"name": "Send Push Notification",
"description": "Send push notifications to specific devices, users, or project users",
"tags": [
"push",
"notification",
"messaging"
],
"examples": [
"Send a push notification to device abc123 with title 'Hello' and body 'World'",
"Notify user [email protected] about their order"
],
"inputModes": [],
"outputModes": []
},
{
"id": "trigger-campaign",
"name": "Trigger Campaign",
"description": "Trigger an existing campaign to broadcast or target specific users",
"tags": [
"campaign",
"marketing",
"automation"
],
"examples": [
"Trigger campaign 'summer-sale' for all users",
"Activate campaign id 550e8400 for user userId123"
],
"inputModes": [],
"outputModes": []
},
{
"id": "create-user",
"name": "Create or Update User",
"description": "Create a new user or update user properties in a project",
"tags": [
"user",
"crm",
"profile"
],
"examples": [
"Create user with project_user_id 'user123' and properties name='John'"
],
"inputModes": [],
"outputModes": []
},
{
"id": "track-event",
"name": "Track User Event",
"description": "Track custom events for users and devices",
"tags": [
"event",
"analytics",
"tracking"
],
"examples": [
"Track 'purchase' event for user user123 with amount=99.99"
],
"inputModes": [],
"outputModes": []
}
],
"conformance": true,
"conformance_errors": null,
"homepage": null,
"repository": null,
"license": null,
"pricing": null,
"contact": null,
"id": "9b886ff7-3d45-4346-adaa-72f1bc57c69f"
}curl -s https://a2aregistry.org/api/agents/9b886ff7-3d45-4346-adaa-72f1bc57c69fMessages are sent to this independently operated agent through the registry proxy. Do not include secrets or personal data.