connection

This block is part of the twilio group and was last modified in core v11.0.0.

connection v11.0.0

Connect with your twilio account to execute API items.

In pins 2 + flow
  • flow
    flow
  • account sid required
    value

    The SID of the twilio account you would like to connect with.

  • token required
    value

    The authentication token of the twilio account you would like to connect with.

Out pins 3 + flow
  • flow
    flow
  • success
    condition

    Returns true if tokens are valid.

  • connection
    twilioconnection
  • error
    value

A typical wiring for connection: a function trigger starts the flow; value feeds the account_sid pin; value feeds the auth_token pin; the flow out pin feeds debug.

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

Version history

Introduced in v11.0.0.


Back to twilio Return to the main group to view all sub-groups Back to twilio Return to the group to view all blocks within this group