Search

Activate Deals

Last Updated: Mar 8, 2023

Articles

Use this function to update creatives and renditions via external id.

Syntax

Activate Deals (username, password, token, fw_id)

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
fw_id 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

Activate Deals (admin, 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?