Skip to main content

We need to creata CTA that triggers a playbook, when a specific case record is created in SFDC.   Having trouble setting up in Rules engine.

Hi @justin.baker I recommend building out your playbook and tasks before building the rule. This way, you’ll have your playbook ready to go when you associate it in the action step of the rule.

Once your playbook and tasks are configured, you should be ready to build your rule. It seems like you’ll want to pull from your case record object in Salesforce. You will also need the company GSID field added to your dataset in order for the Call to Action option to appear in the action setup. Filter the dataset to exactly what you’re looking for. At the very least, it seems like you’ll need the following filters:

  • the specific case record name
  • the case record created date

Once your dataset has been defined, you can use the Call to Action action to create a CTA. This is where you will associate the playbook you created earlier. Fill in details as necessary, and note that you will need the GSID versions of your owner and default owner fields. For example, if you want to assign the CSM to this CTA, you’ll want to bring in the CSM GSID.

Let me know if you have any other questions or if there is a specific part of the rule you are having trouble with! You may also find this documentation helpful on creating CTAs using a rule.


 

Hi, I followed the above steps, however, I still do not see “Call to Action (CTA)” as an option to select under Actions. The ask is to trigger a renewal playbook if the Contract Expiration date is in next 6 months. The playbook has been created and is ready to use as well. What could I be missing here?


Thanks in advance for you assistance!

 

Data Setup

 

Action Setup: Criteria

 

No Option to select Call to Action (CTA)



 


@vinithasubramanya You’ll need to pull the Company GSID field into your fetch in order for the “Call to Action” action to appear for you. What is that "GSID” field you’re using from your “Contract” object?


Reply