Skip to main content

Overview

Webhooks in hellomateo allow you to trigger an HTTP POST callback to a configured URL when specific events happen within your Hellomateo account. Webhooks can be used to build integrations, such as notifications or workflows.

contact.created

A new contact has been created. Example:

contact_details.updated

The contact details have been updated. This can be data on the contact itself, its custom field or its marketing subscriptions. Example:

contact.deleted

A contact has been deleted. Example:

conversation.inbound

An inbound message has been received. Example:

conversation.outbound

A message has been sent. Example:

conversation.submission_error

We are unable to submit the message to the API of the provider. Example:

conversation.sending_error

The provider is unable to send the message to the recipient. Example:

conversation.tag

A conversation has been tagged. Example:

conversation.untag

A tag has been removed from a conversation. Example:

conversation.assign

A conversation has been assigned to a user. Example:

conversation.unassign

A conversation has been unassigned from a user. Example:

conversation.reopen

A conversation has been reopened. Example:

conversation.close

A conversation has been closed. Example:

form_submission.completed

A form submission has been completed. Example:

form_submission.aborted

A form submission has been aborted. Example: