Skip to main content
Most teams start in one of four places. Pick the path that matches where your users already work. | Goal | Start here | Time | |---|---| | Send iMessage from your own backend | Messaging API quickstart | 5 minutes | | Add Chert to Salesforce records | Salesforce overview | 30 minutes | | Send from HubSpot contacts and workflows | HubSpot overview | 15 minutes | | Triage replies in Slack | Slack overview | 10 minutes |

API path in one command

If you already have a signing secret, this is the shortest possible API check:
curl https://console.trychert.com/api/v1/send \
  -H "Authorization: Bearer $CHERT_SIGNING_SECRET" \
  -H "Content-Type: application/json" \
  -d '{"phone":"+14155551234","body":"Hi Sam - testing Chert."}'
Use the full Messaging API quickstart when you need credentials, reply streaming, webhooks, or HMAC signing.

See also