open connection

This block is part of the postmark group and was last modified in core v12.0.3.

open connection v12.0.3

Opens a new postmark connection using the given API token.

In pins 1 + flow
  • flow
    flow
  • token required
    value
Out pins 3 + flow
  • flow
    flow
  • success
    condition
  • error
    value
  • connection
    postmarkconnection

A typical wiring for open connection: get setting feeds the value pin; branch feeds the flow pin; the flow out pin feeds send email; the condition out pin feeds send email with template.

Studio canvas example for the open connection block: typical wiring for open connection.

Commonly used with

In production blueprints, this block is most often wired together with:

  • send email: this block feeds into it. sends a single email.
  • get setting: feeds into this block. get a created system setting.
  • send email with template: this block feeds into it. sends a single email with a template.
  • branch: feeds into this block.
  • execute: feeds into this block. Executes the given funcion and waits for it to be executed.
  • get document: feeds into this block. get a specific document based on the given GUID.

Version history

Introduced in v12.0.3.

Service documentation

External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.
Back to postmark Return to the main group to view all sub-groups Back to postmark Return to the group to view all blocks within this group