Official seven app for Automatisch - the open-source Zapier alternative. Send SMS, place voice calls and receive inbound SMS from your Automatisch flows.
- Send SMS Action -
sendSMSstep for any flow trigger - Send Voice Action -
sendVoicestep for text-to-speech calls - Receive SMS Trigger -
receiveSMSwebhook to start flows from incoming messages
- A self-hosted Automatisch instance
- A seven account with API key (How to get your API key)
cd packages/backend/src/apps
git clone https://github.com/seven-io/automatisch sevenRestart Automatisch so the seven app is picked up by the backend.
In Automatisch:
- Open My Apps and pick seven.
- Click Add connection, paste your seven API key and save.
- The connection becomes selectable in any new step using the
sendSMS,sendVoiceorreceiveSMSoperations.
| Action | Description |
|---|---|
sendSMS |
Send an SMS to one or more recipients |
sendVoice |
Place a text-to-speech voice call |
| Trigger | Description |
|---|---|
receiveSMS |
Fires when seven forwards an inbound SMS to the configured webhook |
For inbound SMS, configure the webhook URL Automatisch generates in your seven dashboard under Developer > Webhooks.
Need help? Feel free to contact us or open an issue.