Skip to content

Releases: messagebird/bird-sdk-python

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 18:50
  • Add the WhatsApp channel (sync and async): client.whatsapp.send, .get, .list, .list_events. Add WhatsApp templates (read-only): client.whatsapp_templates.list.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 18:08
  • Remove the email templates collection (client.email_templates.create, .get, .update, .delete, .publish, .list, .list_versions, .get_version), added in 0.3.0. Template management is no longer part of the public API. Sending a published template with client.email.send (pass template as an emt_… ID or name handle) is unchanged.

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:49
  • Add client.email.cancel (sync and async): cancel a scheduled message before it sends. A message that already started sending, or was already canceled, raises a conflict error.
  • Attribute the calling tool on every request via the Bird-Caller header, detected from the environment (no configuration).

v0.4.0

Choose a tag to compare

@cxbitz cxbitz released this 10 Jul 07:06
  • Add the contacts collection (sync and async): client.contacts.create, .get, .list, .update, .delete, and .batch (bulk upsert by email). Requires an API key with the email_marketing scope.
  • Add the audiences collection (sync and async): client.audiences.create, .get, .list, .update, .delete, plus membership .list_contacts, .add_contacts, .remove_contacts, .remove_contact.
  • Add contact properties: client.contact_properties.create, .get, .list, .update, .archive, .unarchive.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 19:17

Release v0.3.0 (sdk-python/v0.3.0)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:21

Release v0.2.2 (sdk-python/v0.2.2)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Jul 14:15

Release v0.2.1 (sdk-python/v0.2.1)