create

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

create v11.0.1

Create a new credential

In pins 4 + flow
  • flow
    flow
  • connection required
    twilioconnection
  • list id required
    value

    Id of the list (sid).

  • username required
    value

    username to be used in twilio.

  • password required
    value

    password to be used in twilio.

Out pins 6 + flow
  • flow
    flow
  • connection
    twilioconnection
  • success
    condition
  • sid
    value

    SID of the credential.

  • credential
    object

    Full blown credential object as-is given per twilio API.

  • error code
    number
  • error
    value

A typical wiring for create: a function trigger starts the flow; connection feeds the connection pin; value feeds the list_id pin; value feeds the username pin; value feeds the password pin; the flow out pin feeds debug.

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

Version history

Introduced in v11.0.1.


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