Search

Append Renditions

Last Updated: Mar 8, 2023

Articles

Use this function to deactivate a creative instance.

Syntax

Append Renditions (username, password, token, creative_id, fieldname, fieldvalue)

Parameters

Input Parameter Name Description
username Used for authentication
password Used for authentication
token ID of the Service in which the channel has to be created
creative_id ID of the Service in which the channel has to be created
fieldname ID of the Service in which the channel has to be created
fieldvalue ID of the Service in which the channel has to be created

To know more about token and account_sid, click here.

Returns

Return Value Description
Output
  • On Success returns 1 | Channel ID
  • On Failure returns 0 | Error Message

Sample

Append Renditions (ABCDCEF, QWERTY, ABC123)

  • Uses token ABCDCEF and account_sid QWERTY to authenticate connection to Twilio, creates a channel in the service with ID ABC123.
    Returns the Channel ID of the created channel.

To view all the Twilio functions, click here.

Did you find what you were looking for?