isStartOfThread
field provided in the webhook payload to ensure you only reply to the first message.
thread.thread_created
and thread.email_received
you may
receive two events for the same email, since we create a new thread for emails which don’t belong
to an existing thread. In order to avoid replying to the same message twice please check the
isStartOfThread
field in the thread.email_received
payload.replyToThread
mutation to send a reply back to the customer. See our API explorer or Typescript SDK for more details.