IFTTT

Use IFTTT's Webhooks (Maker) service to trigger applets when StarAgent receives a missed call or voicemail.

Setup

  1. 1In IFTTT, go to My Services and connect the Webhooks service. Note your unique key from the Webhooks settings page.
  2. 2Create a new Applet. For the trigger ("If This"), choose Webhooks and select Receive a web request with a JSON payload.
  3. 3Set the event name (e.g. staragent). Your webhook URL will be https://maker.ifttt.com/trigger/staragent/json/with/key/YOUR_KEY
  4. 4In StarAgent Setup, paste the IFTTT webhook URL and click Test.
  5. 5Choose your action ("Then That") and map the fields from the JSON payload.

JSON payload access

When using the "Receive a web request with a JSON payload" trigger, IFTTT provides the full StarAgent JSON body. In your action, reference fields using IFTTT's JsonPayload ingredient, such as JsonPayload.caller.phone or JsonPayload.voicemail.transcription.

Example applets

  • Send an iOS or Android notification with the caller's name and voicemail summary
  • Log missed calls to a Google Sheet with caller phone, city, and timestamp
  • Create a Todoist task for each voicemail so you remember to call back
Payload reference. See all available fields at the webhook reference.