Other Blocks

Other blocks are applied to solve various tasks, for example:

  • Ending workflow paths
  • Creating and updating contacts
  • Sending obligatory messages
  • Creating separate events for each contact in a segment.

Other blocks include:

  • End
  • Task
  • Webhook
  • Check point

End

More detailed information >

Task

More detailed information >

Webhook

The task of this block is to request the specified URL (use only the HTTPS protocol). Available request types are GET and POST. Data format: JSON, XML, text.

Use webhooks, when you need to access the data source by reference to return a promo code or authorization token, and then display this data in a message within a workflow. With this block, you can also transmit to the specified address:

  • parameters from the event that launched the workflow,
  • (additional) fields of the contact on which the workflow launched.
📘

Note

The Webhook block is used only in combination with the block for sending a single message in any channel, and also with the Variable matches regular expression block.

Read detailed instructions on setting up, testing, and managing webhooks in workflows.

Check Point

More detailed information >