Connect Zapier with a Blooio API key for message actions, inbound triggers, and custom v4 requests.
Connect Zapier to Blooio with an organization API key, then use the Blooio actions and triggers in your Zaps.
If you use a custom Webhooks by Zapier request instead of the Blooio app, send requests to the v4 API. A message request uses POST /v4/messages and a typed content object.
curl --request POST 'https://api.blooio.com/v4/messages' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Idempotency-Key: help-center-test-001' \
--data '{"to":"+15551234567","content":{"type":"text","text":"Hello from Blooio v4"},"dry_run":true}'Use these fields in the Zapier custom request.