Get startedView Markdown ↗
Quickstart
Send your first Push Notification to your iPhone or iPad.
Pair Your Device#
Download ActivitySmith for iOS and sign in with the same account you use on the web. Your device pairs during setup. Allow notifications when prompted.
If you haven't created an account yet, start setup.
Create an API Key#
Create an API key in the web app and copy it.
Send a Push Notification#
Replace your-api-key below with your API key, then run the command:
YOUR_API_KEY="your-api-key"curl -X POST https://activitysmith.com/api/push-notification \ -H "Authorization: Bearer $YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "New subscription 💸", "message": "Customer upgraded to Pro plan" }'The notification will appear on your paired device.
Choose Your SDK#
Find installation instructions and examples in the SDK documentation.