AimTell
AimTell is a web push notification platform for managing websites, subscribers, campaigns, segments, and delivery analytics.
Tools (15)
Create Manual Campaign
Create a manual push campaign as a draft only; this tool never schedules or sends it.
Inputs: body, link, name, title, site_id, icon_url, push_ttl, image_url, segment_ids
Create Segment
Create a named audience segment for a website from an AimTell segment definition.
Inputs: name, site_id, definition
Delete Manual Campaign
Permanently delete one manual campaign by ID. This destructive action cannot be undone and permanently removes the campaign.
Inputs: campaign_id
Delete Segment
Permanently delete one audience segment by ID. This destructive action cannot be undone; it removes the segment but does not delete its subscribers.
Inputs: segment_id
Get Analytics Over Time
Return a daily AimTell metric over a date range for all websites or one website.
Inputs: metric, site_id, end_date, start_date, breakdown_by_site
Get Campaign Results
Return daily send, delivery, bounce, click, conversion, and available revenue results for a manual, event-triggered, RSS, or welcome campaign.
Inputs: end_date, start_date, campaign_id, campaign_type
List Campaigns
Return one page of manual, event-triggered, RSS, or API push campaigns for an AimTell website.
Inputs: limit, site_id, next_cursor, campaign_type
List Notification Logs
Return one page from AimTell's sampled notification log for the last seven days, optionally filtered to one subscriber. This is not a complete delivery ledger and does not include every notification sent to every subscriber.
Inputs: limit, site_id, next_cursor, subscriber_id
List Segments
Return all audience segments for an AimTell website, including the IDs and definitions used for subscriber filtering and campaign targeting.
Inputs: site_id
List Subscribers
Return one page of subscribers for an AimTell website, optionally filtered by segment or subscriber ID and optionally including attributes or notification history. AimTell may return processing=true with no subscriber page while it prepares the data; retry the same request in that case.
Inputs: limit, include, site_id, segment_id, next_cursor, subscriber_id
List Websites
Return one page of websites available to the connected AimTell account, including site IDs needed by other tools. Use next_cursor to retrieve later pages.
Inputs: limit, next_cursor, include_subscriber_count
Send Push Notification
Immediately send a one-off push notification to exactly one explicitly selected audience: subscriber IDs, one segment, one alias, or the website's full reachable audience. Delivery begins immediately, cannot be undone, and has no dry-run mode.
Inputs: body, link, title, site_id, icon_url, push_ttl, image_url, segment_id, send_to_all, collapse_key, action_buttons, subscriber_ids, subscriber_alias, auto_hide_seconds
Set Subscriber Attributes
Set custom attributes on one subscriber identified by subscriber UID, user alias, or email alias; supplied aliases may also be associated with the subscriber.
Inputs: site_id, attributes, user_alias, email_alias, subscriber_id
Update Manual Campaign
Update the content or targeting of an unscheduled, unsent, non-A/B manual campaign draft without scheduling or sending it.
Inputs: body, link, name, title, icon_url, push_ttl, image_url, campaign_id, segment_ids
Update Segment
Change the name or audience definition of an existing AimTell segment.
Inputs: name, definition, segment_id