Skip to main content
Connect a Zapier catch-hook to a phone number so Nixflex sends call data to Zapier after each call. Configured per phone number.

Set the Zapier webhook

phoneNumber
string
required
The phone number in E.164 format, passed in the URL.
post_call_url
string
required
Your Zapier catch-hook URL. Must be an https URL.
curl -X PUT "https://api.nixflex.com/v1/integrations/zapier/number/+447446466847" \
  -H "Authorization: Bearer nxf_xxx:nxfs_xxx" \
  -H "Content-Type: application/json" \
  -d '{"post_call_url": "https://hooks.zapier.com/hooks/catch/xxxx"}'

Check / remove

curl -X GET "https://api.nixflex.com/v1/integrations/zapier/number/+447446466847" \
  -H "Authorization: Bearer nxf_xxx:nxfs_xxx"

curl -X DELETE "https://api.nixflex.com/v1/integrations/zapier/number/+447446466847" \
  -H "Authorization: Bearer nxf_xxx:nxfs_xxx"

Notes

  • The number must belong to your account. A number you do not own returns 404.
  • For the feature guide, see Zapier & Make.